This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_03: pp_sys.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 22 Aug 1996 02:15:39 +0000 (02:15 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 22 Aug 1996 02:15:39 +0000 (02:15 +0000)
commit76c323317ad9a796473522e3835ea0540e094a92
tree954fa9bb0ba332e20c22ffedf4e8f391f6b16297
parent236988e4d25eed85df605c5aa84163a8cd5d390d
perl 5.003_03: pp_sys.c

Include <unistd.h>, <sys/wait.h>, and <sys/resource.h>.
(The latter two are especially for NetBSD.)

Don't assume sys/time.h and sys/select.h can't coexist.

Use Pause macro.
pp_sys.c