Changeset f2a45d9 in mainline for uspace/lib/posix/stdio.h
- Timestamp:
- 2011-06-09T16:18:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a0fd3
- Parents:
- 4ac901c (diff), 9536e6e (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/posix/stdio.h
r4ac901c rf2a45d9 33 33 34 34 #define putc fputc 35 #define getc fgetc 36 37 38 extern FILE *posix_freopen(const char *restrict filename, 39 const char *restrict mode, 40 FILE *restrict stream); 41 42 extern void posix_perror(const char *s); 43 44 #ifndef POSIX_INTERNAL 45 #define freopen posix_freopen 46 #define perror posix_perror 47 #endif 35 48 36 49 #endif /* POSIX_STDIO_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.