Changeset 36c9234 in mainline for uspace/lib/libc/generic/ipc.c
- Timestamp:
- 2007-07-04T17:03:42Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b76f2f8
- Parents:
- f5b4fb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
rf5b4fb9 r36c9234 52 52 #include <fibril.h> 53 53 54 /** Structure used for keeping track of sent asynchronous calls and queing 55 * unsent calls. 54 /** 55 * Structures of this type are used for keeping track of sent asynchronous calls 56 * and queing unsent calls. 56 57 */ 57 58 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.