Changeset 10de842 in mainline for uspace/lib/c/include
- Timestamp:
- 2018-01-04T19:28:42Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d0b319
- Parents:
- db3089d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:28:42)
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
rdb3089d r10de842 36 36 #define LIBC_ERRNO_H_ 37 37 38 typedef int errno_t; 39 38 #include <_bits/errno.h> 40 39 #include <abi/errno.h> 41 40 -
uspace/lib/c/include/types/common.h
rdb3089d r10de842 45 45 46 46 #include <_bits/all.h> 47 #include <_bits/errno.h> 47 48 48 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.