From 86c2d86a8081921b7161e61bad7774fe20931b1d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 2 Jan 2002 12:36:06 +0000 Subject: Oops. Disable threading. -Erik --- libc/sysdeps/linux/sh/bits/posix_opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux') 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 -- cgit v1.2.3