Made EOPNOTSUPP an alias for ENOTSUP.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-12 01:46:12 +01:00
parent 2cdeb575f8
commit 3cab1113cf
1 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,6 @@
#define ELAKE 41
#define EMFILE 42
#define EOPNOTSUPP ENOTSUP
#endif