diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-25 18:00:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-25 18:00:34 -0700 |
commit | 8777c9be0f45ac3c917698c1afb18e1e8507a188 (patch) | |
tree | a6e62978e1c3e5e88e8d808f8011c3b4a97e3022 /regen | |
parent | c9df4fdaad9f9103ff3855e035e9eefd94acd65c (diff) | |
download | perl-8777c9be0f45ac3c917698c1afb18e1e8507a188.tar.gz |
Merge ck_trunc and ck_chdir
ck_chdir, added in 2006 (d4ac975e) duplicates ck_trunc, added in
1993 (79072805), except for a null op check which is harmless when
applied to chdir.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/opcodes b/regen/opcodes index da2212a142..e24940736f 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -413,7 +413,7 @@ ftbinary -B ck_ftst isu- F- # File calls. # chdir really behaves as if it had both "S?" and "F?" -chdir chdir ck_chdir isT% S? +chdir chdir ck_trunc isT% S? chown chown ck_fun imsT@ L chroot chroot ck_fun isTu% S? unlink unlink ck_fun imsTu@ L |