From: Ulrich Drepper Date: Sat, 22 Apr 2000 06:54:21 +0000 (+0000) Subject: (__syscall_semctl): Declare. X-Git-Tag: upstream/2.30~10627^2~2382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6e679a8ac6ad33e7d850e7f4c9000d90b21bb66;p=external%2Fglibc.git (__syscall_semctl): Declare. --- diff --git a/sysdeps/unix/sysv/linux/alpha/semctl.c b/sysdeps/unix/sysv/linux/alpha/semctl.c index a453474..4be4fb2 100644 --- a/sysdeps/unix/sysv/linux/alpha/semctl.c +++ b/sysdeps/unix/sysv/linux/alpha/semctl.c @@ -49,6 +49,7 @@ union semun struct seminfo *__buf; /* buffer for IPC_INFO */ }; +extern int __syscall_semctl (int, int, int, void *); /* Return identifier for array of NSEMS semaphores associated with KEY. */