Changes in uspace/lib/c/generic/async.c [e35bf88:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
re35bf88 r63f8966 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 async hash table\n", "libc");748 printf("%s: cannot create hash table\n", "async"); 749 749 return ENOMEM; 750 750 }
Note:
See TracChangeset
for help on using the changeset viewer.