From c668edc1a46dc0822745b36d1c7c44c3c23d0e2c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 23 Feb 2002 10:22:27 +0000 Subject: Several naming cleanups so threads work properly again --- libpthread/linuxthreads/wrapsyscall.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/wrapsyscall.c b/libpthread/linuxthreads/wrapsyscall.c index a891d94d4..1e1cab909 100644 --- a/libpthread/linuxthreads/wrapsyscall.c +++ b/libpthread/linuxthreads/wrapsyscall.c @@ -126,6 +126,8 @@ strong_alias (open64, __open64) CANCELABLE_SYSCALL (int, pause, (void), ()) +#if 0 +/* Enable this if enabling these in syscalls.c */ /* pread(3). */ CANCELABLE_SYSCALL (ssize_t, pread, (int fd, void *buf, size_t count, off_t offset), @@ -153,6 +155,7 @@ CANCELABLE_SYSCALL (ssize_t, pwrite64, (int fd, const void *buf, size_t n, (fd, buf, n, offset)) strong_alias (pwrite64, __pwrite64) #endif +#endif /* read(2). */ CANCELABLE_SYSCALL (ssize_t, read, (int fd, void *buf, size_t count), -- cgit v1.2.3