HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/src/glibc/debian/patches/kfreebsd/local-undef-glibc.diff
Description: #undef __GLIBC__ before defining it
Author: rmh
Upstream status: REJECTED.  DO NOT SUBMIT.  (send to debian instead)

---
 include/features.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/features.h
+++ b/include/features.h
@@ -352,6 +352,7 @@
 
 /* Major and minor version number of the GNU C library package.  Use
    these macros to test for features in specific releases.  */
+#undef __GLIBC__
 #define	__GLIBC__	2
 #define	__GLIBC_MINOR__	23