Skip to content

Commit e6f0178

Browse files
committedJul 10, 2015
Little coding style fix on porting.h
1 parent cb8978f commit e6f0178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/porting.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
6060
#include <unistd.h>
6161
#include <stdint.h> //for uintptr_t
6262

63-
#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
63+
#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
6464
#define _GNU_SOURCE
6565
#endif
6666

0 commit comments

Comments
 (0)
Please sign in to comment.