Changeset 26360f7 in mainline for uspace/lib/libc/generic/async.c
- Timestamp:
- 2009-06-12T19:44:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1806e5d
- Parents:
- 9ae22ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
r9ae22ba r26360f7 175 175 176 176 /** Identifier of the incoming connection handled by the current fibril. */ 177 __threadconnection_t *FIBRIL_connection;177 fibril_local connection_t *FIBRIL_connection; 178 178 179 179 static void default_client_connection(ipc_callid_t callid, ipc_call_t *call);
Note:
See TracChangeset
for help on using the changeset viewer.