- Timestamp:
- 2018-08-02T14:14:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c27956
- Parents:
- 82d9087 (diff), 42964a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r82d9087 r3b10ae36 39 39 app/blkdump \ 40 40 app/bnchmark \ 41 app/contacts \ 41 42 app/corecfg \ 42 43 app/cpptest \ … … 229 230 lib/fmtutil \ 230 231 lib/scsi \ 232 lib/sif \ 231 233 lib/compress \ 232 234 lib/drv \ -
uspace/lib/c/include/stdio.h
r82d9087 r3b10ae36 178 178 179 179 extern FILE *tmpfile(void); 180 extern char *tmpnam(char *s) __attribute__((deprecated));180 extern char *tmpnam(char *s); 181 181 182 182 #ifdef _HELENOS_SOURCE
Note:
See TracChangeset
for help on using the changeset viewer.