mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
37c32dc6d1
commit
c73eb62b3f
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ typedef unsigned long unsigned_clock_t;
|
|||
#elif defined(HAVE_LONG_LONG) && SIZEOF_CLOCK_T == SIZEOF_LONG_LONG
|
||||
typedef unsigned LONG_LONG unsigned_clock_t;
|
||||
#endif
|
||||
#ifdef HAVE_SIG_T
|
||||
#ifndef HAVE_SIG_T
|
||||
typedef void (*sig_t) (int);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue