about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-06 10:22:20 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-06 10:22:20 +0000
commit67c2095b5423e09351be1257701a87991aaccde6 (patch)
tree47e0dc9c727429d9416aae3e5efce17ac5f60235 /sysdeps/unix/sysv/linux/bits
parente2575a4f40a6bdee0a3bb74769a53135a8e4bd1d (diff)
downloadglibc-67c2095b5423e09351be1257701a87991aaccde6.tar.gz
glibc-67c2095b5423e09351be1257701a87991aaccde6.tar.xz
glibc-67c2095b5423e09351be1257701a87991aaccde6.zip
Update.
1998-05-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
	including linux/errno.h.

	* sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r--sysdeps/unix/sysv/linux/bits/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/errno.h b/sysdeps/unix/sysv/linux/bits/errno.h
index 5aed3a38ef..8f701c1b8d 100644
--- a/sysdeps/unix/sysv/linux/bits/errno.h
+++ b/sysdeps/unix/sysv/linux/bits/errno.h
@@ -20,6 +20,7 @@
 #ifdef _ERRNO_H
 
 # undef EDOM
+# undef EILSEQ
 # undef ERANGE
 # include <linux/errno.h>