| ... | ... | @@ -16,10 +16,10 @@ |
| 16 | 16 | License along with the GNU C Library; if not, see |
| 17 | 17 | <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | |
| 19 | | // zig patch: sys/single_threaded.h header was added in glibc 2.35 |
| 20 | | #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 35 |
| 21 | | #error "sys/single_threaded.h did not exist before glibc 2.35" |
| 22 | | #endif /* error for glibc before 2.35 */ |
| 19 | // zig patch: sys/single_threaded.h header was added in glibc 2.32 |
| 20 | #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 32 |
| 21 | #error "sys/single_threaded.h did not exist before glibc 2.32" |
| 22 | #endif /* error for glibc before 2.32 */ |
| 23 | 23 | |
| 24 | 24 | #ifndef _SYS_SINGLE_THREADED_H |
| 25 | 25 | #define _SYS_SINGLE_THREADED_H |