diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 11:11:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 11:11:37 +0000 |
commit | 53b81178e2d0aa56f51f680543678a3d7ef8aecd (patch) | |
tree | f8fe2ef60337679562e16dbc171daf0103428676 /include/stdio.h | |
parent | 7ce08208381fa68118da0e1ae954368fc611f1d9 (diff) | |
download | FreeBSD-src-53b81178e2d0aa56f51f680543678a3d7ef8aecd.zip FreeBSD-src-53b81178e2d0aa56f51f680543678a3d7ef8aecd.tar.gz |
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index 98b6431..b85af43 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)stdio.h 8.4 (Berkeley) 1/4/94 + * @(#)stdio.h 8.5 (Berkeley) 4/29/95 */ #ifndef _STDIO_H_ @@ -234,7 +234,7 @@ FILE *freopen __P((const char *, const char *, FILE *)); int fscanf __P((FILE *, const char *, ...)); int fseek __P((FILE *, long, int)); int fsetpos __P((FILE *, const fpos_t *)); -long ftell __P((const FILE *)); +long ftell __P((FILE *)); size_t fwrite __P((const void *, size_t, size_t, FILE *)); int getc __P((FILE *)); int getchar __P((void)); |