Browse Source

Oops. Disable threading.
-Erik

Eric Andersen 23 years ago
parent
commit
86c2d86a80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/sysdeps/linux/sh/bits/posix_opt.h

+ 2 - 2
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