Changeset b08879c2 in mainline
- Timestamp:
- 2013-08-04T11:19:28Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bdae198
- Parents:
- 49e50e9
- Location:
- uspace/lib/posix/include/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdio.h
r49e50e9 rb08879c2 126 126 127 127 extern void setvbuf(FILE *, void *, int, size_t); 128 128 extern void setbuf(FILE *, void *); 129 129 130 130 /* POSIX specific stuff. */ -
uspace/lib/posix/include/posix/time.h
r49e50e9 rb08879c2 101 101 extern char *__POSIX_DEF__(ctime_r)(const time_t *timer, char *buf); 102 102 extern char *__POSIX_DEF__(ctime)(const time_t *timer); 103 extern time_t time(time_t *t); 103 104 104 105 /* Clocks */
Note:
See TracChangeset
for help on using the changeset viewer.