xref: /haiku/headers/compatibility/bsd/errno.h (revision 6e82e428596071bbde44e296d04740f1f5d54d03)
1 /*
2  * Copyright 2008-2010 Haiku Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _BSD_ERRNO_H_
6 #define _BSD_ERRNO_H_
7 
8 
9 #include_next <errno.h>
10 
11 
12 #ifdef _BSD_SOURCE
13 
14 
15 #define EDOOFUS	EINVAL
16 
17 
18 #endif
19 
20 
21 #endif	/* _BSD_ERRNO_H_ */
22