]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-glibc.patch
- init var
[packages/util-linux.git] / util-linux-glibc.patch
CommitLineData
b4d35cac 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.030969 seconds and 4 git commands to generate.