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:
@ -238,7 +238,7 @@ extern int fstatat (int __fd, const char *__file, struct stat *__buf,
|
||||
# else
|
||||
extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__file,
|
||||
struct stat *__buf, int __flag),
|
||||
fstatat64) __THROW __nonnull ((2, 3));
|
||||
fstatat64) __nonnull ((2, 3));
|
||||
# endif
|
||||
|
||||
extern int fstatat64 (int __fd, const char *__file, struct stat64 *__buf,
|
||||
|
Reference in New Issue
Block a user