Changeset 15bcf12 in rtems-libbsd
- Timestamp:
- 05/18/22 07:38:12 (6 weeks ago)
- Branches:
- master
- Children:
- 0ad7038
- Parents:
- 453ff00
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/18/22 07:38:12)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/18/22 07:48:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd/lib/libc/include/libc_private.h
r453ff00 r15bcf12 37 37 #ifndef _LIBC_PRIVATE_H_ 38 38 #define _LIBC_PRIVATE_H_ 39 #ifndef __rtems__ 39 40 #include <sys/_types.h> 40 41 #include <sys/_pthreadtypes.h> 42 #else /* __rtems__ */ 43 #include <sys/types.h> 44 #endif /* __rtems__ */ 41 45 42 46 /*
Note: See TracChangeset
for help on using the changeset viewer.