Changeset 98743e2 in mainline


Ignore:
Timestamp:
2025-03-09T20:10:38Z (12 hours ago)
Author:
Matěj Volf <git@…>
Children:
c8680be4
Parents:
53e652d
Message:

disable debug prints in pthread/keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/pthread/keys.c

    r53e652d r98743e2  
    4141
    4242#include <stdio.h>
    43 #define DPRINTF(format, ...) printf("pthread_keys: " format, ##__VA_ARGS__)
     43#define DPRINTF(format, ...) ((void) 0);
    4444
    4545static fibril_local bool fibril_initialized = false;
Note: See TracChangeset for help on using the changeset viewer.