(__syscall_semctl): Declare.

This commit is contained in:
Ulrich Drepper 2000-04-22 06:54:21 +00:00
parent bce847003b
commit b6e679a8ac

View File

@ -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. */