mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add comments suggesting moving some functions to syscalls.list.
This commit is contained in:
@ -1,5 +1,12 @@
|
|||||||
2012-05-23 Joseph Myers <joseph@codesourcery.com>
|
2012-05-23 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
|
||||||
|
move to syscalls.list.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
|
||||||
|
|
||||||
* manual/install.texi (Running make install): Do not mention Linux
|
* manual/install.texi (Running make install): Do not mention Linux
|
||||||
kernel version for which pt_chown is not needed.
|
kernel version for which pt_chown is not needed.
|
||||||
(Linux): Do not mention problems with nscd with 2.0 kernels.
|
(Linux): Do not mention problems with nscd with 2.0 kernels.
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
/* Consider moving to syscalls.list. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
In Linux 2.1.x the chown functions have been changed. A new function lchown
|
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
|
was introduced. The new chown now follows symlinks - the old chown and the
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Consider moving to syscalls.list. */
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
__libc_pread (fd, buf, count, offset)
|
__libc_pread (fd, buf, count, offset)
|
||||||
int fd;
|
int fd;
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Consider moving to syscalls.list. */
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
__libc_pread64 (fd, buf, count, offset)
|
__libc_pread64 (fd, buf, count, offset)
|
||||||
int fd;
|
int fd;
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Consider moving to syscalls.list. */
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
__libc_pwrite (fd, buf, count, offset)
|
__libc_pwrite (fd, buf, count, offset)
|
||||||
int fd;
|
int fd;
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Consider moving to syscalls.list. */
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
__libc_pwrite64 (fd, buf, count, offset)
|
__libc_pwrite64 (fd, buf, count, offset)
|
||||||
int fd;
|
int fd;
|
||||||
|
Reference in New Issue
Block a user