From bbef5ed36272e5fd5338b7cd0c6454b7fe8d3559 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 21 Mar 2001 03:51:23 +0000 Subject: * ruby.h: rb_sys_stat -> stat git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index ff7edf6c5..a9f9c1150 100644 --- a/ruby.h +++ b/ruby.h @@ -592,10 +592,6 @@ rb_special_const_p(VALUE obj) static char *dln_libs_to_be_linked[] = { EXTLIB, 0 }; #endif -#ifndef rb_sys_stat -#define rb_sys_stat stat -#endif - #if defined(__cplusplus) } /* extern "C" { */ #endif -- cgit