LibC: Define FIONBIO
This doesn't do anything but some ports expect it to exist
This commit is contained in:
parent
c3c69ac727
commit
10084ff1bb
|
|
@ -38,6 +38,7 @@ __BEGIN_DECLS
|
|||
#define KDLOADFONT 30
|
||||
|
||||
#define FIONREAD 40 /* get number of input bytes available */
|
||||
#define FIONBIO 41
|
||||
|
||||
struct winsize
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue