search for: _sys_select_h

Displaying 1 result from an estimated 1 matches for "_sys_select_h".

Did you mean: sys_select_h
2005 Mar 02
0
[PATCH] select.h and extern define
...e that to extern. Regards, Erik diff -urN klibc-0.202-pristine/include/sys/select.h klibc-0.202/include/sys/select.h --- klibc-0.202-pristine/include/sys/select.h 2002-08-09 08:27:31.000000000 +0200 +++ klibc-0.202/include/sys/select.h 2005-03-02 20:05:54.000000000 +0100 @@ -5,6 +5,7 @@ #ifndef _SYS_SELECT_H #define _SYS_SELECT_H +#include <klibc/extern.h> #include <sys/time.h> #include <sys/types.h>