Skip to content
Snippets Groups Projects
Commit 9a1ced27 authored by Tom Lane's avatar Tom Lane
Browse files

Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's

problem.  Per recent discussions about plperl failing to build on Linux.
parent b02d3aae
No related branches found
No related tags found
No related merge requests found
/* Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#if defined(__i386__)
typedef unsigned char slock_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment