aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-03 16:28:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-03 16:28:23 +0000
commitf1fbc6b8f6a074d1a4a8e50630df901fbc8075f8 (patch)
tree3b42153920ac53df629d5859da43463111134f63 /template
parent69f0a1347e3fec66fe236734f59635c8bc1c54f3 (diff)
downloadruby-f1fbc6b8f6a074d1a4a8e50630df901fbc8075f8.tar.gz
template/ruby-runner.c.in: POSIX for setenv
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/ruby-runner.c.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/ruby-runner.c.in b/template/ruby-runner.c.in
index 56386a8d6f..95cb1e3ef1 100644
--- a/template/ruby-runner.c.in
+++ b/template/ruby-runner.c.in
@@ -1,3 +1,4 @@
+#define _POSIX_C_SOURCE 200809L
#include <stdlib.h>
#include <string.h>
#include <unistd.h>