errno.h: always define errno

This commit is contained in:
Xavier Del Campo Romero 2021-10-24 02:34:46 +02:00
parent 5f6b1e98dd
commit 60528d5913
1 changed files with 0 additions and 2 deletions

View File

@ -15,9 +15,7 @@
* BSD license
*/
#ifndef __IN_LIBPSX
extern int errno;
#endif
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */