| author | |
| committer | |
| log | dcbab17b628ff26ceba2ee34544fca94d5bd97a2 |
| tree | 6eacbdab19a6b35ea3030492a6aac7504e37b9b7 |
| parent | 881e507ac5568fa0186b72c0bbb56441fae43f9e |
This was originally introduced in 4d48948b526337947ef59a83f7dbc81b70aa5723
but broken immediately afterwards in c8af00c66e8b6f62e4dd6ac4d86a3de03e9ea354.1 files changed, 1 insertions(+), 1 deletions(-)
lib/libc/include/generic-glibc/features.h+1-1| ... | ... | @@ -477,7 +477,7 @@ |
| 477 | 477 | /* Major and minor version number of the GNU C library package. Use |
| 478 | 478 | these macros to test for features in specific releases. */ |
| 479 | 479 | #define	__GLIBC__	2 |
| 480 | #define	__GLIBC_MINOR__	34 | |
| 480 | /* Zig patch: we pass `-D__GLIBC_MINOR__=XX` depending on the target. */ | |
| 481 | 481 | |
| 482 | 482 | #define __GLIBC_PREREQ(maj, min) \ |
| 483 | 483 | 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |