From 7f8116797fdb967571c00ec1d5b19d9d06813445 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 23 Jun 1996 01:31:00 +0000 Subject: Sat Jun 22 21:29:52 1996 Roland McGrath * Version 1.92 test release. Sat Jun 22 23:30:07 1996 David Mosberger-Tang * sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename to klogctl to match prototype in sys/klog.h. * sysdeps/posix/libc_fatal.c: Add include of . * sysdeps/unix/sysv/linux/gethostid.c: Ditto. * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): Remove. Code is now part of __getcwd again. The old function never really worked for anything but THISDIR==".". * sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants only when building ELF version of library. * libio/libioP.h (_IO_vscanf): Add prototype. * posix/unistd.h (syscall): Change sysno arg and return value to int long. * version.h (VERSION): Updated to 1.92. --- libio/libioP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libio') diff --git a/libio/libioP.h b/libio/libioP.h index 173e75b..8525b71 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -308,6 +308,7 @@ extern _IO_ssize_t _IO_write __P((int, const void*, _IO_size_t)); extern _IO_off_t _IO_lseek __P((int, _IO_off_t, int)); extern int _IO_close __P((int)); extern int _IO_fstat __P((int, struct stat *)); +extern int _IO_vscanf __P((const char *, _IO_va_list)); /* Operations on _IO_fpos_t. Normally, these are trivial, but we provide hooks for configurations -- cgit v1.1