ruby/ext/io/wait/wait.c
Hiroshi SHIBATA 057c6e3bab
Revert "include ruby.h to avoid load failures"
This reverts commit 35783854244f8dc6a9f7fb4dfae752f8361c66bd.
2025-11-13 10:57:04 +09:00

24 lines
519 B
C

/* -*- c-file-style: "ruby"; indent-tabs-mode: t -*- */
/**********************************************************************
io/wait.c -
$Author$
created at: Tue Aug 28 09:08:06 JST 2001
All the files in this distribution are covered under the Ruby's
license (see the file COPYING).
**********************************************************************/
#include "ruby.h" /* abi_version */
/*
* IO wait methods are built in ruby now, just for backward compatibility.
*/
void
Init_wait(void)
{
}