Changeset 38d150e in mainline for uspace/srv/klog/klog.c
- Timestamp:
- 2017-12-02T09:44:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/klog/klog.c
rb5abaf7 r38d150e 44 44 #include <io/klog.h> 45 45 #include <sysinfo.h> 46 #include < malloc.h>46 #include <stdlib.h> 47 47 #include <fibril_synch.h> 48 48 #include <adt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.