diff options
author | Rob Landley <rob@landley.net> | 2007-03-08 01:26:49 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-03-08 01:26:49 +0000 |
commit | 78a11bc1915300ec68917ab9bf6e0dc1cb84a317 (patch) | |
tree | 11ccb40aadac50708f3a5ccc20512e8d840cf673 /libc/sysdeps/linux/common/bits | |
parent | 5a551453e6886968a089b63f4ccffd21059e2336 (diff) |
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.
Diffstat (limited to 'libc/sysdeps/linux/common/bits')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_errno.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |