OSDN Git Service

libc: split multi-source epoll.c
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 5 Sep 2014 11:59:28 +0000 (13:59 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 5 Sep 2014 11:59:28 +0000 (13:59 +0200)
commit7efe10ec5fc772f5328b35ba6716bde815212b45
treef2e81cbcf354ad979161881c9f25c01f83900904
parent6d550ddd129b18cf800eab604f74536754526cd8
libc: split multi-source epoll.c

We cannot override individual functions on a per-arch basis otherwise

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/common/epoll.c
libc/sysdeps/linux/common/epoll_create.c [new file with mode: 0644]
libc/sysdeps/linux/common/epoll_ctl.c [new file with mode: 0644]
libc/sysdeps/linux/common/epoll_pwait.c [new file with mode: 0644]
libc/sysdeps/linux/common/epoll_wait.c [new file with mode: 0644]