diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-05 13:59:28 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-05 13:59:28 +0200 |
commit | 7efe10ec5fc772f5328b35ba6716bde815212b45 (patch) | |
tree | f2e81cbcf354ad979161881c9f25c01f83900904 /libc/sysdeps/linux/common/epoll_pwait.c | |
parent | 6d550ddd129b18cf800eab604f74536754526cd8 (diff) |
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>
Diffstat (limited to 'libc/sysdeps/linux/common/epoll_pwait.c')
-rw-r--r-- | libc/sysdeps/linux/common/epoll_pwait.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/epoll_pwait.c b/libc/sysdeps/linux/common/epoll_pwait.c new file mode 100644 index 000000000..07461f974 --- /dev/null +++ b/libc/sysdeps/linux/common/epoll_pwait.c @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. + */ + +#define L_epoll_pwait +#include "epoll.c" |