Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/src/assert.c

    r9b20126 r9eb1ff5  
    3535 */
    3636
    37 /** We need _BSD_SOURCE because of vsnprintf() when compiling under C89. */
     37/*
     38 * We need _BSD_SOURCE because of vsnprintf() when compiling under C89.
     39 * In newer versions of features.h, _DEFAULT_SOURCE must be defined as well.
     40 */
    3841#define _BSD_SOURCE
     42#define _DEFAULT_SOURCE
    3943
    4044#include "internal.h"
Note: See TracChangeset for help on using the changeset viewer.