LibC: Remove errno EEXISTS
I don't know why I had added this. It doesn't seem to be a thing on either POSIX or linux. This was literally equivalent to EXIST
This commit is contained in:
@@ -89,7 +89,6 @@ __BEGIN_DECLS
|
||||
#define EWOULDBLOCK 80
|
||||
#define EXDEV 81
|
||||
#define ENOTBLK 82
|
||||
#define EEXISTS 83
|
||||
|
||||
#define EUNKNOWN 0xFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user