From 933c64a356e129481238b6e2bf4b75e4e23a0b90 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Nov 2005 19:59:57 +0000 Subject: * sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl, epoll_wait): Align with poll, make cancelable. 2005-11-15 Jakub Jelinek * io/sys/stat.h (fstatat): Don't use __THROW together with __REDIRECT_NTH. --- io/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/sys/stat.h b/io/sys/stat.h index 0a82ef39e8..87eca61275 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -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, -- cgit v1.2.3