mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
4a2bfab76e
* libc/include/errno.h: Protect from multiple inclusion.
9 lines
113 B
C
9 lines
113 B
C
#ifndef __ERRNO_H__
|
|
#define __ERRNO_H__
|
|
|
|
typedef int error_t;
|
|
|
|
#include <sys/errno.h>
|
|
|
|
#endif /* !__ERRNO_H__ */
|