Changeset 3b10ae36 in mainline for uspace/lib/c
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.