summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-06 21:58:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-06 21:58:52 +0000
commitd1a002d40d48ad14d45b48c55fb113c8f8885a42 (patch)
tree18e79c1489c3c5b1af8f012b7f6eec247548ebc7 /proto.h
parentbb6014b304fce37516ed7fc833a452e821fb367f (diff)
downloadperl-d1a002d40d48ad14d45b48c55fb113c8f8885a42.tar.gz
undo ck_sysread() changes#1319,1337 in preparation for a much
simpler fix p4raw-link: @1337 on //depot/perl: 77808da1249dc49b6d1ea4171ebce9989b18ea3f p4raw-link: @1319 on //depot/perl: 5081475eefaf24307ce7eaf4c87aafd588b37e98 p4raw-id: //depot/perl@1345
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 933942f005..a74dc60b78 100644
--- a/proto.h
+++ b/proto.h
@@ -1205,7 +1205,6 @@ OP *ck_sort _((OP *o));
OP *ck_split _((OP *o));
OP *ck_subr _((OP *o));
OP *ck_svconst _((OP *o));
-OP *ck_sysread _((OP *o));
OP *ck_trunc _((OP *o));
void unwind_handler_stack _((void *p));
void restore_magic _((void *p));