summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
blob: 664c3d46c595ea78bb73d99700b1efdcdfbd756d (plain)
1
2
3
4
5
6
7
#ifndef _ERRNO_H
#define _ERRNO_H

#define EAGAIN          11      // Try again
#define	EWOULDBLOCK     EAGAIN  // operation would block

#endif
OpenPOWER on IntegriCloud