| ... | ... | @@ -492,7 +492,7 @@ |
| 492 | 492 | /* Major and minor version number of the GNU C library package. Use |
| 493 | 493 | these macros to test for features in specific releases. */ |
| 494 | 494 | #define	__GLIBC__	2 |
| 495 | | #define	__GLIBC_MINOR__	39 |
| 495 | /* Zig patch: we pass `-D__GLIBC_MINOR__=XX` depending on the target. */ |
| 496 | 496 | |
| 497 | 497 | #define __GLIBC_PREREQ(maj, min) \ |
| 498 | 498 | 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |
| ... | ... | @@ -527,4 +527,4 @@ |
| 527 | 527 | #include <gnu/stubs.h> |
| 528 | 528 | |
| 529 | 529 | |
| 530 | | #endif	/* features.h */ |
| | \ No newline at end of file |
| 530 | #endif	/* features.h */ |