]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-includes.patch
- locale-all R iconv
[packages/glibc.git] / glibc-includes.patch
1 --- glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h.orig       2004-02-08 19:03:25.000000000 +0000
2 +++ glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h    2004-02-08 19:03:14.000000000 +0000
3 @@ -22,6 +22,9 @@
4  #include <features.h>
5  #define __need_size_t
6  #include <stddef.h>
7 +#include <linux/version.h>
8 +
9 +#ifndef LIBC_HEADERS_VERSION
10  /* Prevent more kernel headers than necessary to be included.  */
11  #define _LINUX_KERNEL_H        1
12  #define _LINUX_TYPES_H 1
13 @@ -29,6 +32,8 @@
14  /* We do need this one for the declarations in <linux/sysctl.h>,
15     since we've elided the inclusion of <linux/kernel.h> that gets them.  */
16  #include <linux/compiler.h>
17 +#endif
18 +
19  #include <linux/sysctl.h>
20  
21  __BEGIN_DECLS
This page took 0.023446 seconds and 3 git commands to generate.