Changeset 98743e2 in mainline for uspace/lib/posix/src/pthread/keys.c
- Timestamp:
- 2025-03-09T20:10:38Z (15 hours ago)
- Children:
- c8680be4
- Parents:
- 53e652d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/pthread/keys.c
r53e652d r98743e2 41 41 42 42 #include <stdio.h> 43 #define DPRINTF(format, ...) printf("pthread_keys: " format, ##__VA_ARGS__)43 #define DPRINTF(format, ...) ((void) 0); 44 44 45 45 static fibril_local bool fibril_initialized = false;
Note:
See TracChangeset
for help on using the changeset viewer.