From 697568d1b48a497024bca234483a157cee79c7a2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Jun 2000 04:35:29 +0000 Subject: Update. 2000-06-20 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file. 2000-06-20 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file. * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file. 2000-06-20 David Mosberger-Tang * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file. 2000-06-20 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo. --- linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 +++ linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'linuxthreads/sysdeps/unix/sysv') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h index 1fde1010b0..a1b5f04b6a 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -131,4 +131,7 @@ /* We have POSIX timers. */ #define _POSIX_TIMERS 1 +/* The barrier functions are available. */ +#define _POSIX_BARRIERS 200912L + #endif /* posix_opt.h */ diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index d31206bc72..19acebb8c9 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -140,4 +140,7 @@ /* We have POSIX timers. */ #define _POSIX_TIMERS 1 +/* The barrier functions are available. */ +#define _POSIX_BARRIERS 200912L + #endif /* posix_opt.h */ -- cgit v1.2.3