From 78a11bc1915300ec68917ab9bf6e0dc1cb84a317 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 8 Mar 2007 01:26:49 +0000 Subject: svn 17941/17943 broke the build. 18032 made the threaded case compile again, this makes the non-threaded case compile again. I have no idea if this is the proper fix, I'm just tired if it not compiling for two weeks. --- libc/sysdeps/linux/common/bits/uClibc_errno.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/common/bits/uClibc_errno.h b/libc/sysdeps/linux/common/bits/uClibc_errno.h index c7de8b56e..b16de32aa 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_errno.h +++ b/libc/sysdeps/linux/common/bits/uClibc_errno.h @@ -38,11 +38,6 @@ libc_hidden_proto(__errno_location) # endif # endif -/* We now need a declaration of the `errno' variable. */ -# ifndef __UCLIBC_HAS_THREADS__ -/*extern int errno;*/ -libc_hidden_proto(errno) -# endif #endif /* !__ASSEMBLER__ */ #endif -- cgit v1.2.3