Changeset b79903b in mainline for uspace/lib/c
- Timestamp:
- 2018-07-31T13:42:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c5e3a5
- Parents:
- 6bb136b2
- git-author:
- Jiri Svoboda <jiri@…> (2018-07-30 20:41:11)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-07-31 13:42:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r6bb136b2 rb79903b 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.