From 67c2095b5423e09351be1257701a87991aaccde6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 May 1998 10:22:20 +0000 Subject: Update. 1998-05-06 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before including linux/errno.h. * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file. --- sysdeps/unix/sysv/linux/bits/errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/bits/errno.h') 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 -- cgit v1.2.3