1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add comments suggesting moving some functions to syscalls.list.

This commit is contained in:
Joseph Myers
2012-05-23 12:52:56 +00:00
parent 40e45bd5d6
commit c26705334c
6 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
#include <kernel-features.h>
/* Consider moving to syscalls.list. */
ssize_t
__libc_pread64 (fd, buf, count, offset)
int fd;