diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-03 02:24:37 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-03 02:24:37 +0000 |
| commit | 5e00917d95e5b28db7af2ce3dce4f19ba54f1e2c (patch) | |
| tree | 1e9ab56239da83bdafac4d6f346eacc369bb761e /lib/libc/stdio/local.h | |
| parent | bb76bd11806c559ce618d65d888ff2766fcc8909 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/local.h')
| -rw-r--r-- | lib/libc/stdio/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index e07427317489..c1c215c3f14c 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -46,6 +46,8 @@ * in particular, macros and private variables. */ +extern int _sread __P((FILE *, char *, int)); +extern int _swrite __P((FILE *, char const *, int)); extern fpos_t _sseek __P((FILE *, fpos_t, int)); extern int _ftello __P((FILE *, fpos_t *)); extern int _fseeko __P((FILE *, off_t, int, int)); |
