H.J. Lu
b994fd7937
Remove i386/epoll_pwait.S
...
Only i386 implements epoll_pwait in assembly code withot cancellation
support. All other architectures implement epoll_pwait in epoll_pwait.c
with
int epoll_pwait (int epfd, struct epoll_event *events,
int maxevents, int timeout,
const sigset_t *set)
{
return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents,
timeout, set, _NSIG / 8);
}
Although there is no test for epoll_pwait in glibc, since SYSCALL_CANCEL
works on i386 and epoll_pwait.c works for other architectures, it is
safe to assume that epoll_pwait.c with SYSCALL_CANCEL also works on
i386.
[BZ #19137 ]
* sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
Add -fomit-frame-pointer.
* sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
2015-10-15 06:26:50 -07:00
..
2015-09-30 10:12:44 -07:00
2014-05-14 13:37:40 -07:00
2015-01-02 16:29:47 +00:00
2015-07-09 15:25:47 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-14 03:45:46 -07:00
2014-05-14 15:45:23 -07:00
2015-10-13 11:59:15 -07:00
2014-06-24 20:53:03 +00:00
2014-06-24 20:53:03 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-06-04 18:58:36 -03:00
2015-10-14 03:45:46 -07:00
2015-10-14 03:45:46 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-18 00:26:35 +00:00
2015-06-09 18:10:19 -03:00
2014-07-07 09:29:06 -07:00
2015-05-26 10:10:36 -03:00
2015-01-02 16:29:47 +00:00
2014-05-14 15:45:23 -07:00
2015-01-02 16:29:47 +00:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2015-10-15 05:23:58 -07:00
2015-09-30 10:12:44 -07:00
2015-07-08 12:07:21 -03:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2014-05-14 15:45:23 -07:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-10-14 06:00:02 -07:00
2015-10-14 03:45:46 -07:00
2015-06-30 15:57:15 +02:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-10-14 03:45:46 -07:00
2015-08-19 04:41:01 -07:00
2015-10-15 06:26:50 -07:00
2015-10-15 05:03:24 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-09-30 10:12:44 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-05-13 12:34:11 -07:00
2015-08-19 04:41:01 -07:00
2015-10-14 03:45:46 -07:00
2015-10-14 03:45:46 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-09-26 17:33:04 +00:00
2015-10-14 03:45:46 -07:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-11-07 01:27:16 +00:00
2015-01-02 16:29:47 +00:00
2015-10-13 11:59:15 -07:00
2015-10-15 05:23:58 -07:00
2015-06-09 18:10:19 -03:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-14 03:45:46 -07:00