Changeset d161715 in mainline for uspace/lib/c/generic
- Timestamp:
- 2011-04-21T15:08:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7bbf029
- Parents:
- fde2982c
- Location:
- uspace/lib/c/generic
- Files:
-
- 3 edited
-
async_sess.c (modified) (1 diff)
-
fibril_synch.c (modified) (1 diff)
-
malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async_sess.c
rfde2982c rd161715 105 105 #include <errno.h> 106 106 #include <assert.h> 107 #include <async.h> 107 108 #include "private/async_sess.h" 108 109 -
uspace/lib/c/generic/fibril_synch.c
rfde2982c rd161715 43 43 #include <stacktrace.h> 44 44 #include <stdlib.h> 45 #include <stdio.h> 45 46 #include "private/async.h" 46 47 -
uspace/lib/c/generic/malloc.c
rfde2982c rd161715 44 44 #include <mem.h> 45 45 #include <futex.h> 46 #include <stdlib.h> 46 47 #include <adt/gcdlcm.h> 47 48 #include "private/malloc.h"
Note:
See TracChangeset
for help on using the changeset viewer.
