Unverified Commit cc2b2f54 authored by Petter Berntsson's avatar Petter Berntsson Committed by GitHub
Browse files

[libc][docs] Add sys/sem.h POSIX header documentation (#122006) (#194358)

Add sys/sem.h implementation-status docs to llvm-libc.
parent 06ddfcf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ if (SPHINX_FOUND)
      sys/mman
      sys/resource
      sys/select
      sys/sem
      sys/socket
      sys/stat
      sys/statvfs
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ Implementation Status
   sys/mman
   sys/resource
   sys/select
   sys/sem
   sys/socket
   sys/stat
   sys/statvfs
+25 −0
Original line number Diff line number Diff line
functions:
  semctl:
    in-latest-posix: ''
  semget:
    in-latest-posix: ''
  semop:
    in-latest-posix: ''

macros:
  GETALL:
    in-latest-posix: ''
  GETNCNT:
    in-latest-posix: ''
  GETPID:
    in-latest-posix: ''
  GETVAL:
    in-latest-posix: ''
  GETZCNT:
    in-latest-posix: ''
  SEM_UNDO:
    in-latest-posix: ''
  SETALL:
    in-latest-posix: ''
  SETVAL:
    in-latest-posix: ''