summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 15:43:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 15:43:34 +0000
commitbdf1bb36db75d3871fd8ac7ace0bba5fcfb86259 (patch)
treee7c774fab2f9672cac4f4e2fa7ad32e3fedb6b58 /t
parentd0c833c6b6d161774fa9ee0c74b6748675c48591 (diff)
downloadperl-bdf1bb36db75d3871fd8ac7ace0bba5fcfb86259.tar.gz
Fix getting prototype of builtins mkdir and setpgrp.
Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-id: //depot/perl@24380
Diffstat (limited to 't')
-rw-r--r--t/op/cproto.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t
index a50a85192b..d37118e045 100644
--- a/t/op/cproto.t
+++ b/t/op/cproto.t
@@ -137,7 +137,7 @@ lstat (*)
lt ($$)
m undef
map undef
-mkdir ()
+mkdir (;$$)
msgctl ($$$)
msgget ($$)
msgrcv ($$$$$)
@@ -197,7 +197,7 @@ send (*$$;$)
setgrent ()
sethostent ($)
setnetent ($)
-setpgrp undef
+setpgrp (;$$)
setpriority ($$$)
setprotoent ($)
setpwent ()