Changeset e35bf88 in mainline
- Timestamp:
- 2010-04-17T01:14:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 596d65c
- Parents:
- 46416ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r46416ab re35bf88 746 746 if (!hash_table_create(&conn_hash_table, CONN_HASH_TABLE_CHAINS, 1, 747 747 &conn_hash_table_ops)) { 748 printf("%s: cannot create hash table\n", "async");748 printf("%s: Cannot create async hash table\n", "libc"); 749 749 return ENOMEM; 750 750 }
Note:
See TracChangeset
for help on using the changeset viewer.