diff options
author | David Schleef <ds@schleef.org> | 2001-10-15 22:47:38 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-10-15 22:47:38 +0000 |
commit | 38b024251f16664891f1b714d9d786168cef0cca (patch) | |
tree | a33e35de1f9049dce815eeb31d6589891f697f08 /libc/sysdeps/linux | |
parent | 715038e2e48887228099b61fb835eaaf30deb173 (diff) |
Disable posix threads support
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/posix_opt.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/posix_opt.h b/libc/sysdeps/linux/powerpc/bits/posix_opt.h index 54640bb56..41b509575 100644 --- a/libc/sysdeps/linux/powerpc/bits/posix_opt.h +++ b/libc/sysdeps/linux/powerpc/bits/posix_opt.h @@ -64,7 +64,8 @@ #define _POSIX_NO_TRUNC 1 /* X/Open realtime support is available. */ -#define _XOPEN_REALTIME 1 +/* except it's not */ +#undef _XOPEN_REALTIME /* X/Open realtime thread support is available. */ #define _XOPEN_REALTIME_THREADS 1 @@ -73,7 +74,8 @@ #define _XOPEN_SHM 1 /* Tell we have POSIX threads. */ -#define _POSIX_THREADS 1 +/* except we don't */ +#undef _POSIX_THREADS /* We have the reentrant functions described in POSIX. */ #define _POSIX_REENTRANT_FUNCTIONS 1 |