diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/kernel-features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/kernel-features.h b/sysdeps/unix/sysv/linux/microblaze/kernel-features.h index 1e9aba5f42..dfb83443c1 100644 --- a/sysdeps/unix/sysv/linux/microblaze/kernel-features.h +++ b/sysdeps/unix/sysv/linux/microblaze/kernel-features.h @@ -42,3 +42,6 @@ #endif #include_next <kernel-features.h> + +/* The MicroBlaze kernel does not support the pselect6 syscall. */ +#undef __ASSUME_PSELECT |