Changeset 78188e5 in mainline for uspace/lib/c
- Timestamp:
- 2017-05-31T15:53:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 525c5ac
- Parents:
- 1165a419
- Location:
- uspace/lib/c
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
r1165a419 r78188e5 45 45 #include <errno.h> 46 46 #include <malloc.h> 47 #include <stdbool.h>48 47 49 48 static FIBRIL_MUTEX_INITIALIZE(devman_driver_block_mutex); -
uspace/lib/c/include/adt/hash.h
r1165a419 r78188e5 36 36 37 37 #include <stdint.h> 38 #include <sys/types.h> 38 39 39 40 /** Produces a uniform hash affecting all output bits from the skewed input. */ -
uspace/lib/c/include/atomicdflt.h
r1165a419 r78188e5 40 40 #endif 41 41 42 #include < stdint.h>42 #include <libarch/types.h> 43 43 #include <stdbool.h> 44 44 -
uspace/lib/c/include/fibril.h
r1165a419 r78188e5 37 37 38 38 #include <libarch/fibril.h> 39 #include <libarch/types.h> 39 40 #include <adt/list.h> 40 41 #include <libarch/tls.h> -
uspace/lib/c/include/inet/dhcp.h
r1165a419 r78188e5 36 36 #define LIBC_INET_DHCP_H_ 37 37 38 #include <libarch/types.h> 38 39 39 40 extern int dhcp_init(void); -
uspace/lib/c/include/io/chargrid.h
r1165a419 r78188e5 37 37 #define LIBC_IO_CHARGRID_H_ 38 38 39 #include <io/charfield.h> 40 #include <libarch/types.h> 39 41 #include <stddef.h> 40 #include <io/charfield.h>41 42 42 43 typedef enum { -
uspace/lib/c/include/io/pixelmap.h
r1165a419 r78188e5 38 38 #define LIBC_IO_PIXELMAP_H_ 39 39 40 #include <libarch/types.h> 41 #include <stdbool.h> 40 42 #include <stddef.h> 41 43 #include <io/pixel.h> -
uspace/lib/c/include/io/pos_event.h
r1165a419 r78188e5 37 37 #define LIBC_IO_POS_EVENT_H_ 38 38 39 #include <libarch/types.h> 39 40 40 41 typedef enum { -
uspace/lib/c/include/stdbool.h
r1165a419 r78188e5 36 36 #define LIBC_BOOL_H_ 37 37 38 #include <libarch/types.h>39 38 #include <abi/bool.h> 40 39 -
uspace/lib/c/include/sysinfo.h
r1165a419 r78188e5 36 36 #define LIBC_SYSINFO_H_ 37 37 38 #include <libarch/types.h> 38 39 #include <stddef.h> 39 40 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.