Changeset b942a66 in mainline
- Timestamp:
- 2017-05-23T15:09:04Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5119d34, aa58e52
- Parents:
- c7a67c4
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rc7a67c4 rb942a66 146 146 generic/adt/prodcons.c \ 147 147 generic/time.c \ 148 generic/stdio.c \ 148 149 generic/stdlib.c \ 149 150 generic/udebug.c \ -
uspace/lib/c/include/stdio.h
rc7a67c4 rb942a66 153 153 extern void setbuf(FILE *, void *); 154 154 155 /* Misc file functions */ 156 extern int rename(const char *, const char *); 157 extern int remove(const char *); 158 155 159 #endif 156 160
Note:
See TracChangeset
for help on using the changeset viewer.