summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 22:42:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 22:42:04 +0000
commit2a914185b409b936b41b4b002559746b937a4ea3 (patch)
tree793be5f9a6f1a5b42631cc829e154025937a6f9d /lib/libc
parent0141d9fcfb8be105e6559ccac1a147073dc9cc74 (diff)
fseeko.3 and ftello.3
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index b4507a3c56c..44f673a3973 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.10 1999/08/07 17:42:48 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.11 2000/03/28 22:42:03 deraadt Exp $
# stdio sources
.PATH: ${LIBCSRCDIR}/stdio
@@ -27,6 +27,7 @@ MLINKS+=fopen.3 fdopen.3 fopen.3 freopen.3
MLINKS+=fputs.3 puts.3
MLINKS+=fread.3 fwrite.3
MLINKS+=fseek.3 fgetpos.3 fseek.3 fsetpos.3 fseek.3 ftell.3 fseek.3 rewind.3
+MLINKS+=fseek.3 fseeko.3 fseek.3 ftello.3
MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3
MLINKS+=mktemp.3 mkstemp.3