Changeset 5d4e90f0 in mainline for uspace/lib/libc/generic
- Timestamp:
- 2007-09-27T12:35:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcf23cf
- Parents:
- 8c20b26
- Location:
- uspace/lib/libc/generic
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/as.c
r8c20b26 r5d4e90f0 37 37 #include <unistd.h> 38 38 #include <align.h> 39 #include < types.h>39 #include <sys/types.h> 40 40 #include <bitops.h> 41 41 -
uspace/lib/libc/generic/futex.c
r8c20b26 r5d4e90f0 37 37 #include <libc.h> 38 38 #include <stdio.h> 39 #include < types.h>39 #include <sys/types.h> 40 40 #include <kernel/synch/synch.h> 41 41 -
uspace/lib/libc/generic/io/stream.c
r8c20b26 r5d4e90f0 46 46 #include <unistd.h> 47 47 #include <async.h> 48 #include <sys/types.h> 48 49 49 50 #define FDS 32 -
uspace/lib/libc/generic/mman.c
r8c20b26 r5d4e90f0 34 34 35 35 #include <sys/mman.h> 36 #include <sys/types.h> 36 37 #include <as.h> 37 38 #include <unistd.h> -
uspace/lib/libc/generic/string.c
r8c20b26 r5d4e90f0 38 38 #include <limits.h> 39 39 #include <align.h> 40 #include <sys/types.h> 40 41 41 42
Note:
See TracChangeset
for help on using the changeset viewer.