about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sh/pread64.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-26 17:00:16 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-26 17:00:16 +0000
commit1114ffff54dfbd35cbff9c845376b8221c2c9ced (patch)
tree195ff47b6f74a1280d636e87082035617196d53f /sysdeps/unix/sysv/linux/sh/pread64.c
parent86b2fd6e659b5e66439a3500919a5da9cdc35f55 (diff)
downloadglibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.tar.gz
glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.tar.xz
glibc-1114ffff54dfbd35cbff9c845376b8221c2c9ced.zip
Update.
2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
	NO_SGIDEFS_H isn't defined.
	* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.

	* sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
	_MIPS_SIM.
	* sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
	* sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.

	* nscd/connections.c (nscd_run): atomic_increment was not missing.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/pread64.c')
-rw-r--r--sysdeps/unix/sysv/linux/sh/pread64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/pread64.c b/sysdeps/unix/sysv/linux/sh/pread64.c
index 7f89f39b01..5b22a395ec 100644
--- a/sysdeps/unix/sysv/linux/sh/pread64.c
+++ b/sysdeps/unix/sysv/linux/sh/pread64.c
@@ -1 +1,3 @@
+#define NO_SGIDEFS_H
+#define _MIPS_SIM -1
 #include <sysdeps/unix/sysv/linux/mips/pread64.c>