errno.h 391 B

12345678910111213141516171819202122
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/errno.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( HPUX_EXTERN_ERRNO_CHECK )
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. extern int errno;
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif /* HPUX_EXTERN_ERRNO_CHECK */