1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +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

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