xref: /haiku/headers/compatibility/bsd/errno.h (revision b247f935d133a42c427cad8a759a1bf2f65bc290)
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