/IronPython_Main/Runtime/Tests/LinqDlrTests/testenv/perl/lib/auto/POSIX/sleep.al

# · Unknown · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 39e952c9ec94086db19e573be1b14fd3 MD5 · raw file

  1. # NOTE: Derived from ..\..\lib\POSIX.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package POSIX;
  5. #line 751 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\sleep.al)"
  6. sub sleep {
  7. usage "sleep(seconds)" if @_ != 1;
  8. CORE::sleep($_[0]);
  9. }
  10. # end of POSIX::sleep
  11. 1;