types.h 231 B

1234567
  1. /*
  2. * Newlib targets may provide an own version of this file in their machine
  3. * directory to add custom user types for <sys/types.h>.
  4. */
  5. #ifndef _SYS_TYPES_H
  6. #error "must be included via <sys/types.h>"
  7. #endif /* !_SYS_TYPES_H */