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:
@@ -228,6 +228,7 @@ enum {
|
|||||||
#define B_FILE_TOO_LARGE EFBIG
|
#define B_FILE_TOO_LARGE EFBIG
|
||||||
#define B_RESULT_NOT_REPRESENTABLE ERANGE
|
#define B_RESULT_NOT_REPRESENTABLE ERANGE
|
||||||
#define B_DEVICE_NOT_FOUND ENODEV
|
#define B_DEVICE_NOT_FOUND ENODEV
|
||||||
|
#define B_NOT_SUPPORTED EOPNOTSUPP
|
||||||
|
|
||||||
/*-------------------------------------------------------------*/
|
/*-------------------------------------------------------------*/
|
||||||
/*----- Media Kit Errors --------------------------------------*/
|
/*----- Media Kit Errors --------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user