Changeset fd68aaf3 in mainline for uspace/lib/posix/include
- Timestamp:
- 2018-01-08T19:24:12Z (8 years ago)
- Parents:
- 61c9ee24 (diff), c9e09f2 (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-08 19:24:12)
- git-committer:
- GitHub <noreply@…> (2018-01-08 19:24:12)
- File:
-
- 1 edited
-
uspace/lib/posix/include/posix/stdio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdio.h
r61c9ee24 rfd68aaf3 72 72 typedef struct _IO_FILE FILE; 73 73 74 #if ndef LIBPOSIX_INTERNAL74 #if !defined(LIBPOSIX_INTERNAL) && !defined(LIBC_STDIO_H_) 75 75 enum _buffer_type { 76 76 /** No buffering */
Note:
See TracChangeset
for help on using the changeset viewer.
