diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
commit | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (patch) | |
tree | 62711fe7cd511824b5f8a90ba1ba7b523d42e127 /protos.h | |
parent | bc70de7b3302d5a81515b901cae376b8b51d2004 (diff) | |
download | egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.gz egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.bz2 egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.zip |
Move to gawk-3.1.1.
Diffstat (limited to 'protos.h')
-rw-r--r-- | protos.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1991 - 2001 the Free Software Foundation, Inc. + * Copyright (C) 1991 - 2002 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -102,7 +102,6 @@ extern double strtod P((const char *, char **)); extern int fstat P((int, struct stat *)); extern int stat P((const char *, struct stat *)); extern off_t lseek P((int, off_t, int)); -extern int fseek P((FILE *, long, int)); extern int close P((int)); extern int creat P((const char *, mode_t)); extern int open P((const char *, int, ...)); |