diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-23 12:52:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-23 12:52:56 +0000 |
commit | c26705334c4f46420fff2d2cad4f3f37b51d7db6 (patch) | |
tree | de7d26178eca49e339901c73350a0dd140fece34 /sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c | |
parent | 40e45bd5d696c63e6227214179e7e601b60c93e3 (diff) | |
download | glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.tar glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.tar.gz glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.tar.bz2 glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.zip |
Add comments suggesting moving some functions to syscalls.list.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c index 75344dfd26..71ffa17c5b 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c @@ -26,6 +26,8 @@ #include <kernel-features.h> +/* Consider moving to syscalls.list. */ + ssize_t __libc_pwrite64 (fd, buf, count, offset) int fd; |