diff options
Diffstat (limited to 'src/errno/ECANCELED.h')
-rw-r--r-- | src/errno/ECANCELED.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/errno/ECANCELED.h b/src/errno/ECANCELED.h new file mode 100644 index 00000000..e3774971 --- /dev/null +++ b/src/errno/ECANCELED.h @@ -0,0 +1,6 @@ +#include <errno.h> +#define ECANCELED (20) +/** Operation canceled **/ +/* +POSIX(199309) +*/ |