Changeset 8023571 in mainline for uspace/lib/libc/generic/io
- Timestamp:
- 2010-03-21T09:40:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c682dd1
- Parents:
- 4e9aaf5 (diff), 19f857a (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. - Location:
- uspace/lib/libc/generic/io
- Files:
-
- 6 edited
-
asprintf.c (modified) (1 diff)
-
io.c (modified) (1 diff)
-
klog.c (modified) (1 diff)
-
printf_core.c (modified) (1 diff)
-
vprintf.c (modified) (1 diff)
-
vsnprintf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/asprintf.c
r4e9aaf5 r8023571 37 37 #include <stdio.h> 38 38 #include <stdlib.h> 39 #include <str ing.h>39 #include <str.h> 40 40 #include <io/printf_core.h> 41 41 -
uspace/lib/libc/generic/io/io.c
r4e9aaf5 r8023571 37 37 #include <fcntl.h> 38 38 #include <assert.h> 39 #include <str ing.h>39 #include <str.h> 40 40 #include <errno.h> 41 41 #include <bool.h> -
uspace/lib/libc/generic/io/klog.c
r4e9aaf5 r8023571 35 35 36 36 #include <libc.h> 37 #include <str ing.h>37 #include <str.h> 38 38 #include <sys/types.h> 39 39 #include <unistd.h> -
uspace/lib/libc/generic/io/printf_core.c
r4e9aaf5 r8023571 41 41 #include <io/printf_core.h> 42 42 #include <ctype.h> 43 #include <str ing.h>43 #include <str.h> 44 44 45 45 /** show prefixes 0x or 0 */ -
uspace/lib/libc/generic/io/vprintf.c
r4e9aaf5 r8023571 39 39 #include <futex.h> 40 40 #include <async.h> 41 #include <str ing.h>41 #include <str.h> 42 42 43 43 static atomic_t printf_futex = FUTEX_INITIALIZER; -
uspace/lib/libc/generic/io/vsnprintf.c
r4e9aaf5 r8023571 35 35 #include <stdarg.h> 36 36 #include <stdio.h> 37 #include <str ing.h>37 #include <str.h> 38 38 #include <io/printf_core.h> 39 39 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.
