summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-02-08 21:32:38 +0000
committerdt <dt@FreeBSD.org>1999-02-08 21:32:38 +0000
commitdd5f24e20cdd683adbb5885bb01814ac81fbc90b (patch)
tree2f7f0b89a7c12e8dce152773c267d5fe10f78eb6 /include/stdio.h
parentaf242fbed135e989cc0ff0985a4ebdad783ef2eb (diff)
downloadFreeBSD-src-dd5f24e20cdd683adbb5885bb01814ac81fbc90b.zip
FreeBSD-src-dd5f24e20cdd683adbb5885bb01814ac81fbc90b.tar.gz
Added functions fseeko() and ftello() (from susv2).
Fixed fgetpos() and fsetpos() for offsets > 2GB. PR: 8637 Submitted by: Dan Nelson <dnelson@emsphone.com> (adjusted by me a little)
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index b2f6957..8472e4b 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.5 (Berkeley) 4/29/95
- * $Id: stdio.h,v 1.20 1998/07/13 06:45:20 bde Exp $
+ * $Id: stdio.h,v 1.21 1998/12/14 19:23:16 dt Exp $
*/
#ifndef _STDIO_H_
@@ -296,6 +296,8 @@ __BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));
+int fseeko __P((FILE *, _BSD_OFF_T_, int));
+_BSD_OFF_T_ ftello __P((FILE *));
int getw __P((FILE *));
int pclose __P((FILE *));
FILE *popen __P((const char *, const char *));
OpenPOWER on IntegriCloud