diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-02 12:36:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-02 12:36:06 +0000 |
commit | 86c2d86a8081921b7161e61bad7774fe20931b1d (patch) | |
tree | ee04272c6eb753fcb406e0a8cd3fc230bdc8a890 /libc/sysdeps/linux/sh/bits | |
parent | 085e9f5124e3afafab6f96d5c7a00f4d9c9738ab (diff) |
Oops. Disable threading.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/sh/bits')
-rw-r--r-- | libc/sysdeps/linux/sh/bits/posix_opt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sh/bits/posix_opt.h b/libc/sysdeps/linux/sh/bits/posix_opt.h index 54640bb56..9e39d8d21 100644 --- a/libc/sysdeps/linux/sh/bits/posix_opt.h +++ b/libc/sysdeps/linux/sh/bits/posix_opt.h @@ -67,13 +67,13 @@ #define _XOPEN_REALTIME 1 /* X/Open realtime thread support is available. */ -#define _XOPEN_REALTIME_THREADS 1 +#undef _XOPEN_REALTIME_THREADS /* XPG4.2 shared memory is supported. */ #define _XOPEN_SHM 1 /* Tell we have POSIX threads. */ -#define _POSIX_THREADS 1 +#undef _POSIX_THREADS /* We have the reentrant functions described in POSIX. */ #define _POSIX_REENTRANT_FUNCTIONS 1 |