Skip to content

Commit

Permalink
Little coding style fix on porting.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jul 10, 2015
1 parent cb8978f commit e6f0178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porting.h
Expand Up @@ -60,7 +60,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <unistd.h>
#include <stdint.h> //for uintptr_t

#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE
#endif

Expand Down

0 comments on commit e6f0178

Please sign in to comment.