1998-04-28 Ulrich Drepper <drepper@cygnus.com>
+ * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
+
* string/basename.c [!_LIBC]: Define function as gnu_basename.
* posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
-/* 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
__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));