1
0
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:
Ulrich Drepper
2005-11-15 19:59:57 +00:00
parent fcae3b76f6
commit 933c64a356
3 changed files with 14 additions and 4 deletions

View File

@ -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,