Fix FreeBSD build.
[haiku.git] / headers / compatibility / bsd / errno.h
blob3ae5026680d4732c98ea75790c2622dab822d44e
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_
9 #include_next <errno.h>
12 #ifdef _BSD_SOURCE
15 #define EDOOFUS EINVAL
18 #endif
21 #endif /* _BSD_ERRNO_H_ */