mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,
epoll_wait): Align with poll, make cancelable. 2005-11-15 Jakub Jelinek <jakub@redhat.com> * io/sys/stat.h (fstatat): Don't use __THROW together with __REDIRECT_NTH.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2005-11-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,
|
||||||
|
epoll_wait): Align with poll, make cancelable.
|
||||||
|
|
||||||
|
2005-11-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* io/sys/stat.h (fstatat): Don't use __THROW together with
|
||||||
|
__REDIRECT_NTH.
|
||||||
|
|
||||||
2005-11-14 Ulrich Drepper <drepper@redhat.com>
|
2005-11-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
|
* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
|
||||||
|
@ -238,7 +238,7 @@ extern int fstatat (int __fd, const char *__file, struct stat *__buf,
|
|||||||
# else
|
# else
|
||||||
extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__file,
|
extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__file,
|
||||||
struct stat *__buf, int __flag),
|
struct stat *__buf, int __flag),
|
||||||
fstatat64) __THROW __nonnull ((2, 3));
|
fstatat64) __nonnull ((2, 3));
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
extern int fstatat64 (int __fd, const char *__file, struct stat64 *__buf,
|
extern int fstatat64 (int __fd, const char *__file, struct stat64 *__buf,
|
||||||
|
@ -8,9 +8,9 @@ capset EXTRA capset i:pp capset
|
|||||||
creat - creat Ci:si __libc_creat creat
|
creat - creat Ci:si __libc_creat creat
|
||||||
create_module EXTRA create_module 3 create_module
|
create_module EXTRA create_module 3 create_module
|
||||||
delete_module EXTRA delete_module 3 delete_module
|
delete_module EXTRA delete_module 3 delete_module
|
||||||
epoll_create EXTRA epoll_create i:i epoll_create
|
epoll_create EXTRA epoll_create Ci:i epoll_create
|
||||||
epoll_ctl EXTRA epoll_ctl i:iiip epoll_ctl
|
epoll_ctl EXTRA epoll_ctl Ci:iiip epoll_ctl
|
||||||
epoll_wait EXTRA epoll_wait i:ipii epoll_wait
|
epoll_wait EXTRA epoll_wait Ci:ipii epoll_wait
|
||||||
fdatasync - fdatasync i:i fdatasync
|
fdatasync - fdatasync i:i fdatasync
|
||||||
flock - flock i:ii __flock flock
|
flock - flock i:ii __flock flock
|
||||||
fork - fork i: __libc_fork __fork fork
|
fork - fork i: __libc_fork __fork fork
|
||||||
|
Reference in New Issue
Block a user