Changeset 4e58d80 in rtems for cpukit/libcsupport/include
- Timestamp:
- 08/11/95 14:31:29 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4cc631db
- Parents:
- c1403ef1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/include/rtems/libcsupport.h
rc1403ef1 r4e58d80 22 22 #endif 23 23 24 #ifdef __cplusplus25 extern "C" {26 #endif27 28 24 #include <sys/types.h> 29 25 … … 40 36 #endif 41 37 42 #ifdef __cplusplus 43 } 44 #endif 38 extern int host_errno(void); 39 extern void fix_syscall_errno(void); 45 40 46 41 #endif
Note: See TracChangeset
for help on using the changeset viewer.