Changeset 0e9b512 in mainline for uspace/lib/c/rtld/include/rtld.h


Ignore:
Timestamp:
2011-04-03T16:31:15Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf44c14
Parents:
e2098dd7
Message:

Fix mips32 and ppc32 builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/rtld/include/rtld.h

    re2098dd7 r0e9b512  
    4646
    4747#ifdef RTLD_DEBUG
    48         #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__);
     48        #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__)
    4949#else
    50         #define DPRINTF(format, ...)
     50        #define DPRINTF(format, ...) if (0) printf(format, ##__VA_ARGS__)
    5151#endif
    5252
Note: See TracChangeset for help on using the changeset viewer.