Your IP : 216.73.217.87


Current Path : /hdd/hdd11/lib64/bcc/include/bsd/
Upload File :
Current File : /hdd/hdd11/lib64/bcc/include/bsd/errno.h

/* make sure EWOULDBLOCK doesn't screw us up */
#ifndef _BSD_ERRNO_H
#define _BSD_ERRNO_H

#include_next <errno.h>
#undef EWOULDBLOCK
#define EWOULDBLOCK	EAGAIN

#endif /* _BSD_ERRNO_H */