OSDN Git Service

libc: split multi-source epoll.c
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / epoll_pwait.c
diff --git a/libc/sysdeps/linux/common/epoll_pwait.c b/libc/sysdeps/linux/common/epoll_pwait.c
new file mode 100644 (file)
index 0000000..07461f9
--- /dev/null
@@ -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"