1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-10 06:35:25 +00:00
Files
amiga-gcc/sys-include/machine/types.h
2022-12-31 15:57:19 +01:00

8 lines
231 B
C

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