From c26705334c4f46420fff2d2cad4f3f37b51d7db6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 23 May 2012 12:52:56 +0000 Subject: Add comments suggesting moving some functions to syscalls.list. --- sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c') 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 +/* Consider moving to syscalls.list. */ + ssize_t __libc_pread (fd, buf, count, offset) int fd; -- cgit v1.2.3