summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/epoll_create.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-08 09:10:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-08 09:10:31 +0200
commitb38f6240891f78af59e2c5d25361ab67a73e000f (patch)
tree5b0f26e946da82519e4703eceeae007cd3c39e57 /libc/sysdeps/linux/common/epoll_create.c
parent36043b37739dffdaea8d31457570810e492268d7 (diff)
parent7efe10ec5fc772f5328b35ba6716bde815212b45 (diff)
Merge remote-tracking branch 'origin/upstream'
Diffstat (limited to 'libc/sysdeps/linux/common/epoll_create.c')
-rw-r--r--libc/sysdeps/linux/common/epoll_create.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/epoll_create.c b/libc/sysdeps/linux/common/epoll_create.c
new file mode 100644
index 000000000..80896f684
--- /dev/null
+++ b/libc/sysdeps/linux/common/epoll_create.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_create
+#include "epoll.c"