fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | Functions
ndelay.c File Reference

delaying of IO operations More...

#include <sys/types.h>
#include <fcntl.h>
#include "ndelay.h"
Include dependency graph for ndelay.c:

Go to the source code of this file.

Macros

#define O_NONBLOCK   O_NDELAY
 

Functions

int ndelay_on (int fd)
 
int ndelay_off (int fd)
 

Detailed Description

delaying of IO operations

Author
djb qmail

Definition in file ndelay.c.

Macro Definition Documentation

◆ O_NONBLOCK

#define O_NONBLOCK   O_NDELAY

Definition at line 13 of file ndelay.c.

Function Documentation

◆ ndelay_off()

int ndelay_off ( int  fd)

Definition at line 21 of file ndelay.c.

Here is the caller graph for this function:

◆ ndelay_on()

int ndelay_on ( int  fd)

Definition at line 16 of file ndelay.c.

Here is the caller graph for this function: