initial commit
[glibc.git] / debian / patches / kfreebsd / local-undef-glibc.diff
1 Description: #undef __GLIBC__ before defining it
2 Author: rmh
3 Upstream status: REJECTED. DO NOT SUBMIT. (send to debian instead)
4
5 ---
6 include/features.h | 1 +
7 1 file changed, 1 insertion(+)
8
9 --- a/include/features.h
10 +++ b/include/features.h
11 @@ -352,6 +352,7 @@
12
13 /* Major and minor version number of the GNU C library package. Use
14 these macros to test for features in specific releases. */
15 +#undef __GLIBC__
16 #define __GLIBC__ 2
17 #define __GLIBC_MINOR__ 23
18