summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-25 17:47:08 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-25 17:47:08 +0000
commit2f44482393e9cf16c75cdf6226d07c69b7f21e95 (patch)
treecf007fb3f9fa9bb65ba046ca33aae5ab7f696b9c /sysdeps/unix/sysv/linux/mips/bits
parent71d3bda9a7a15bf3f935ffcde8aeceefef8074f7 (diff)
downloadglibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.tar
glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.tar.gz
glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.tar.bz2
glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.zip
Update.
1999-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing underscore in _llseek entry. * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix typo in execve entry. * sysdeps/unix/sysv/linux/bits/errno.h: Fix comment. * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise. * elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency. Patch by Ralf Baechle <ralf@uni-koblenz.de>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/errno.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h
index b6237e9bc1..7782c0ba90 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/errno.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/errno.h
@@ -48,8 +48,8 @@ extern int *__errno_location __P ((void)) __attribute__ ((__const__));
#if !defined _ERRNO_H && defined __need_Emath
/* This is ugly but the kernel header is not clean enough. We must
- define only the values EDOM and ERANGE in case __need_Emath is
- defined. The value is the same for all Linux ports. */
+ define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
+ defined. */
# define EDOM 33 /* Math argument out of domain of function. */
# define EILSEQ 88 /* Illegal byte sequence. */
# define ERANGE 34 /* Math result not representable. */