mirror of git://sourceware.org/git/glibc.git
Update.
* sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
This commit is contained in:
parent
5b155773ee
commit
936e9dafaa
|
@ -1,5 +1,7 @@
|
||||||
1998-04-28 Ulrich Drepper <drepper@cygnus.com>
|
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.
|
* string/basename.c [!_LIBC]: Define function as gnu_basename.
|
||||||
|
|
||||||
* posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
|
* posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
|
||||||
|
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -44,8 +44,7 @@ struct sembuf
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
/* Semaphore control operation. */
|
/* Semaphore control operation. */
|
||||||
extern int semctl __P ((int __semid, int __semnum, int __cmd,
|
extern int semctl __P ((int __semid, int __semnum, int __cmd, ...));
|
||||||
union semun __arg));
|
|
||||||
|
|
||||||
/* Get semaphore. */
|
/* Get semaphore. */
|
||||||
extern int semget __P ((key_t __key, int __nsems, int __semflg));
|
extern int semget __P ((key_t __key, int __nsems, int __semflg));
|
||||||
|
|
Loading…
Reference in New Issue