Skip to content

Commit

Permalink
errno: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 7, 2024
1 parent d80cb8a commit a11e5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define ENOPROTOOPT 50 // protocol not implemented
#define ENOSPC 51 // ran out of storage
#define ENOSYS 52 // function not supported
#define ENOCONN 53 // socket not connected
#define ENOTCONN 53 // socket not connected
#define ENOTDIR 54 // not a directory nor symlink to directory
#define ENOTEMPTY 55 // directory not empty
#define ENOTRECOVERABLE 56 // unrecoverable error
Expand Down

0 comments on commit a11e5e8

Please sign in to comment.