errno.h 112 B

1234567891011
  1. /*
  2. * S390 version
  3. *
  4. */
  5. #ifndef _S390_ERRNO_H
  6. #define _S390_ERRNO_H
  7. #include <asm-generic/errno.h>
  8. #endif