Skip to content

Commit 5241d53

Browse files
nomadiumbrixen
authored andcommitted
Add error constant ENOTSUP (#3684)
1 parent cf086d9 commit 5241d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

machine/ontology.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,9 @@ namespace rubinius {
998998
#ifdef ERFKILL
999999
set_syserr(ERFKILL, "ERFKILL");
10001000
#endif
1001+
#ifdef ENOTSUP
1002+
set_syserr(ENOTSUP, "ENOTSUP");
1003+
#endif
10011004

10021005
}
10031006
};

0 commit comments

Comments
 (0)