blob: 4789fef8c6840ea1e0a9beb774081a213c65c86d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __BITS_ERRNO_H
#define __BITS_ERRNO_H
#ifndef __BITS_ERRNO_H_
#error "Internal header — include the public API header instead."
#else
#undef __BITS_ERRNO_H_
#endif
typedef int errno_t;
#endif
|