Changeset 0fe52ef in mainline for uspace/lib/c
- Timestamp:
- 2011-08-19T16:23:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45059d6b
- Parents:
- 649f087
- Location:
- uspace/lib/c/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loader.c
r649f087 r0fe52ef 263 263 264 264 int i; 265 for (i = 0; files[i]; i++) 266 ; 265 for (i = 0; files[i]; i++); 267 266 268 267 ipc_call_t answer; -
uspace/lib/c/generic/loc.c
r649f087 r0fe52ef 315 315 /** Register new service. 316 316 * 317 * @param fqsn 318 * @param sid 317 * @param fqsn Fully qualified service name 318 * @param sid Output: ID of new service 319 319 * 320 320 */
Note:
See TracChangeset
for help on using the changeset viewer.