2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
17 #define EOK ENOERR /* some code assumes EOK exists */
19 extern int *_errnop(void);
20 #define errno (*(_errnop()))
26 #endif /* _POSIX_ERRNO_H */