#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