summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-13 13:31:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-13 13:31:53 +0000
commit767df6a1b5239f22c97e50608c6c8ba4a916826d (patch)
treed5cacc2c6c85a51adb98517b40fb801722ef87fe /proto.h
parentcc105dabc17d2d0d984264ae3339e92d0a61358c (diff)
downloadperl-767df6a1b5239f22c97e50608c6c8ba4a916826d.tar.gz
Still fflushing strong.
p4raw-id: //depot/cfgperl@3409
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index f2f45a7b9c..ea364f1b62 100644
--- a/proto.h
+++ b/proto.h
@@ -329,6 +329,7 @@ char* my_bzero _((char* loc, I32 len));
#endif
VIRTUAL void my_exit _((U32 status)) __attribute__((noreturn));
VIRTUAL void my_failure_exit _((void)) __attribute__((noreturn));
+VIRTUAL I32 my_fflush_all _((void));
VIRTUAL I32 my_lstat _((ARGSproto));
#if !defined(HAS_MEMCMP) || !defined(HAS_SANE_MEMCMP)
VIRTUAL I32 my_memcmp _((const char* s1, const char* s2, I32 len));