We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02d3aa commit 9a1ced2Copy full SHA for 9a1ced2
src/include/port/linux.h
@@ -1,3 +1,9 @@
1
+/* Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise */
2
+#ifndef _GNU_SOURCE
3
+#define _GNU_SOURCE 1
4
+#endif
5
+
6
7
#if defined(__i386__)
8
typedef unsigned char slock_t;
9
0 commit comments