#ifndef _ERRNO_H #define _ERRNO_H #define EAGAIN 11 // Try again #define EWOULDBLOCK EAGAIN // operation would block #endif