summaryrefslogtreecommitdiff
path: root/sysvipc
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc')
-rw-r--r--sysvipc/sys/sem.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysvipc/sys/sem.h b/sysvipc/sys/sem.h
index f509d9b4a2..6ae76e2347 100644
--- a/sysvipc/sys/sem.h
+++ b/sysvipc/sys/sem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -44,8 +44,7 @@ struct sembuf
__BEGIN_DECLS
/* Semaphore control operation. */
-extern int semctl __P ((int __semid, int __semnum, int __cmd,
- union semun __arg));
+extern int semctl __P ((int __semid, int __semnum, int __cmd, ...));
/* Get semaphore. */
extern int semget __P ((key_t __key, int __nsems, int __semflg));