From 28d3acb045cc1f5dec7fbaf9f71ac1ee1256e7d8 Mon Sep 17 00:00:00 2001 From: kosaki Date: Sat, 16 Mar 2013 15:58:25 +0000 Subject: [PATCH] * include/ruby/missing.h: removed __linux__. it's unnecessary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ include/ruby/missing.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18f7b5c39a..ae1730a48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 17 00:55:31 2013 KOSAKI Motohiro + + * include/ruby/missing.h: removed __linux__. it's unnecessary. + Fri Mar 15 14:57:16 2013 KOSAKI Motohiro * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug. diff --git a/include/ruby/missing.h b/include/ruby/missing.h index cf97ca2133..9b502cd3d8 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -29,7 +29,7 @@ extern "C" { #if defined(HAVE_TIME_H) # include #endif -#if defined(HAVE_SYS_TIME_H) && !defined(__linux__) +#if defined(HAVE_SYS_TIME_H) # include #endif #endif