diff options
Diffstat (limited to 'sysdeps/unix')
5 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/chown.c b/sysdeps/unix/sysv/linux/powerpc/chown.c index be6a828f9b..4e3e49549d 100644 --- a/sysdeps/unix/sysv/linux/powerpc/chown.c +++ b/sysdeps/unix/sysv/linux/powerpc/chown.c @@ -25,6 +25,8 @@ #include <kernel-features.h> +/* Consider moving to syscalls.list. */ + /* In Linux 2.1.x the chown functions have been changed. A new function lchown was introduced. The new chown now follows symlinks - the old chown and the diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c index e06de3bfe4..ed4708f2de 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c @@ -27,6 +27,8 @@ #include <kernel-features.h> +/* Consider moving to syscalls.list. */ + ssize_t __libc_pread (fd, buf, count, offset) int fd; diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c index 80c2d2c8a3..63ba30df29 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c @@ -26,6 +26,8 @@ #include <kernel-features.h> +/* Consider moving to syscalls.list. */ + ssize_t __libc_pread64 (fd, buf, count, offset) int fd; diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c index 57458b43c5..68f26dfb7e 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c @@ -27,6 +27,8 @@ #include <kernel-features.h> +/* Consider moving to syscalls.list. */ + ssize_t __libc_pwrite (fd, buf, count, offset) int fd; 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; |