2008-02-03 19:20:16 +03:00
|
|
|
/*
|
2010-11-04 01:04:50 +03:00
|
|
|
* Copyright 2008-2010 Haiku Inc. All Rights Reserved.
|
2008-02-03 19:20:16 +03:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _BSD_ERRNO_H_
|
|
|
|
#define _BSD_ERRNO_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include_next <errno.h>
|
|
|
|
|
|
|
|
|
|
|
|
#define EDOOFUS EINVAL
|
|
|
|
|
|
|
|
#endif /* _BSD_ERRNO_H_ */
|