summaryrefslogtreecommitdiff
path: root/src/trysysel.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
commita42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch)
tree2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /src/trysysel.c
parente6e9663d40f7aab9e1982dddcaa11386551ad182 (diff)
convert to the meson build system
Diffstat (limited to 'src/trysysel.c')
-rw-r--r--src/trysysel.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/trysysel.c b/src/trysysel.c
deleted file mode 100644
index e974364..0000000
--- a/src/trysysel.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <sys/select.h> /* SVR4 silliness */
-#include <sys/time.h>
-#include <sys/types.h>
-
-#include <stdio.h>
-
-#include "select.h"
-
-int main()
-{
- printf("FD_SETSIZE:%d\n", FD_SETSIZE);
- return 0;
-}