From 19a5f9f94448b44d12799f559f09776ff503d958 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 20 Jun 2010 11:20:11 +0200 Subject: libc: silence warnings about undefined cpp tokens Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/sh/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/sysdep.h') diff --git a/libc/sysdeps/linux/sh/sysdep.h b/libc/sysdeps/linux/sh/sysdep.h index bd6234292..2ef0a3305 100644 --- a/libc/sysdeps/linux/sh/sysdep.h +++ b/libc/sysdeps/linux/sh/sysdep.h @@ -171,7 +171,7 @@ # elif defined _LIBC_REENTRANT -# if USE___THREAD +# if defined USE___THREAD # ifndef NOT_IN_libc # define SYSCALL_ERROR_ERRNO __libc_errno -- cgit v1.2.3