Changeset d4d74dc in mainline for uspace/lib/c/include
- Timestamp:
- 2012-04-03T12:29:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a92f13d
- Parents:
- bb1b44e
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
rbb1b44e rd4d74dc 37 37 38 38 #include <abi/errno.h> 39 #include <fibril.h>40 39 41 40 #define errno (*(__errno())) -
uspace/lib/c/include/stdio.h
rbb1b44e rd4d74dc 39 39 #include <stdarg.h> 40 40 #include <str.h> 41 #include <adt/list.h>42 41 43 42 #ifndef NVERIFY_PRINTF
Note:
See TracChangeset
for help on using the changeset viewer.