]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-glibc.patch
- init var
[packages/util-linux.git] / util-linux-glibc.patch
1 --- util-linux-2.10k/sys-utils/ipcs.c.glibc     Sun Nov 21 18:36:03 1999
2 +++ util-linux-2.10k/sys-utils/ipcs.c   Mon Apr 17 05:07:05 2000
3 @@ -31,6 +31,8 @@
4  /* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */
5  /* X/OPEN tells us to use <sys/{types,ipc,msg}.h> for msgctl() */
6  /* X/OPEN tells us to use <sys/{types,ipc,shm}.h> for shmctl() */
7 +#define _GNU_SOURCE 1
8 +#define __USE_GNU 1
9  #include <sys/types.h>
10  #include <sys/ipc.h>
11  #include <sys/sem.h>
This page took 0.056634 seconds and 3 git commands to generate.