mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-29 02:20:21 +08:00
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__ */
|