mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
Added a B_NOT_SUPPORTED synonym for EOPNOTSUPP.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a11ef9a454
commit
ec5a9998df
@ -228,6 +228,7 @@ enum {
|
||||
#define B_FILE_TOO_LARGE EFBIG
|
||||
#define B_RESULT_NOT_REPRESENTABLE ERANGE
|
||||
#define B_DEVICE_NOT_FOUND ENODEV
|
||||
#define B_NOT_SUPPORTED EOPNOTSUPP
|
||||
|
||||
/*-------------------------------------------------------------*/
|
||||
/*----- Media Kit Errors --------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user