summaryrefslogtreecommitdiff
path: root/gnulib.c
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-06-14 13:09:23 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-14 13:09:23 -0500
commitf67416822a54109bd9cfa0fd210d7d8f53412ced (patch)
tree7d3d14933f39ca160d706d1bec25ce541a188962 /gnulib.c
parent2b58008b911d9dc8354b9001e22b594fa6456dd1 (diff)
downloadgcompat-f67416822a54109bd9cfa0fd210d7d8f53412ced.tar.gz
gcompat-f67416822a54109bd9cfa0fd210d7d8f53412ced.tar.bz2
gcompat-f67416822a54109bd9cfa0fd210d7d8f53412ced.tar.xz
gcompat-f67416822a54109bd9cfa0fd210d7d8f53412ced.zip
move all compatibility library stuff into libgcompat/
Diffstat (limited to 'gnulib.c')
-rw-r--r--gnulib.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnulib.c b/gnulib.c
deleted file mode 100644
index 08544fc..0000000
--- a/gnulib.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <assert.h>
-#include <sys/select.h>
-
-unsigned long __fdelt_chk(unsigned long size)
-{
- assert(size < FD_SETSIZE);
- return size / (sizeof(unsigned long)<<3);
-}