mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 19:51:11 +00:00
(__syscall_semctl): Declare.
This commit is contained in:
parent
bce847003b
commit
b6e679a8ac
@ -49,6 +49,7 @@ union semun
|
|||||||
struct seminfo *__buf; /* buffer for IPC_INFO */
|
struct seminfo *__buf; /* buffer for IPC_INFO */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern int __syscall_semctl (int, int, int, void *);
|
||||||
|
|
||||||
/* Return identifier for array of NSEMS semaphores associated with
|
/* Return identifier for array of NSEMS semaphores associated with
|
||||||
KEY. */
|
KEY. */
|
||||||
|
Loading…
Reference in New Issue
Block a user