From e9b756c7ad7d51b41b2ccf0f72eb904b0eea2169 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 10 Sep 2014 03:16:43 +0200 Subject: input: remove central select() call This is now unused. Get rid of it and all surrounding infrastructure, and replace the remaining "wakeup pipe" with a semaphore. --- wscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7d52cdc043..0b64d7a0b1 100644 --- a/wscript +++ b/wscript @@ -185,13 +185,6 @@ iconv support use --disable-iconv.", 'desc': 'shm', 'func': check_statement(['sys/types.h', 'sys/ipc.h', 'sys/shm.h'], 'shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0)') - }, { - 'name': 'posix-select', - 'desc': 'POSIX select()', - 'func': check_statement('sys/select.h', """ - int rc; - rc = select(0, (fd_set *)(0), (fd_set *)(0), (fd_set *)(0), - (struct timeval *)(0))""") }, { 'name': 'glob', 'desc': 'glob()', -- cgit v1.2.3