diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigprocmask.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/sigprocmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigprocmask.c b/libpthread/nptl/sysdeps/pthread/sigprocmask.c index 7a3891d32..35aa843ba 100644 --- a/libpthread/nptl/sysdeps/pthread/sigprocmask.c +++ b/libpthread/nptl/sysdeps/pthread/sigprocmask.c @@ -17,5 +17,6 @@ 02111-1307 USA. */ #include <pthreadP.h> +#undef _LARGEFILE64_SOURCE #include <../../../../libc/sysdeps/linux/common/sigprocmask.c> |