Skip to content

Commit

Permalink
errno: remove EDEADLK definition
Browse files Browse the repository at this point in the history
EDEADLK now defined through kernel installed header

JIRA: RTOS-543
  • Loading branch information
lukileczo committed Aug 3, 2023
1 parent 822d7df commit 77859c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ extern "C" {

/* Linux/x86-compatible numbers for easier debugging */

#define EDEADLK 38
#define ENOTEMPTY 39
#define ELOOP 40
#define ENOMSG 42
Expand Down

0 comments on commit 77859c6

Please sign in to comment.