summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/epoll_pwait.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-09-05 13:59:28 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-09-05 13:59:28 +0200
commit7efe10ec5fc772f5328b35ba6716bde815212b45 (patch)
treef2e81cbcf354ad979161881c9f25c01f83900904 /libc/sysdeps/linux/common/epoll_pwait.c
parent6d550ddd129b18cf800eab604f74536754526cd8 (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.c8
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"