From c5db1d4612f80820cdf2123674c6771892ef5ea9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Jan 2007 14:56:56 +0000 Subject: - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g --- libc/sysdeps/linux/common/bits/uClibc_errno.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_errno.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_errno.h b/libc/sysdeps/linux/common/bits/uClibc_errno.h index 4cb2a8caa..c7de8b56e 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_errno.h +++ b/libc/sysdeps/linux/common/bits/uClibc_errno.h @@ -12,7 +12,7 @@ extern int _dl_errno; // attribute_hidden; #elif defined __UCLIBC_HAS_THREADS__ # include -# if USE___THREAD +# if defined USE___THREAD && USE___THREAD # undef errno # ifndef NOT_IN_libc # define errno __libc_errno @@ -33,7 +33,7 @@ extern int *__errno_location (void) __THROW __attribute__ ((__const__)) ; # if defined __UCLIBC_HAS_THREADS__ # include -# if USE___THREAD +# if defined USE___THREAD && USE___THREAD libc_hidden_proto(__errno_location) # endif # endif -- cgit v1.2.3