mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/mkdir.c, syspdep/unix/rmdir.c: Moved from unix/sysv. They will be overridden with syscalls if extant by unix/syscalls.list. Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/unix/mkdir.c, syspdep/unix/rmdir.c: Moved from unix/sysv. They will be overridden with syscalls if extant by unix/syscalls.list. * Makeconfig (+gccwarn): Add -Wstrict-prototypes. * stdio-common/printf_fp.c (__printf_fp): Define with prototype. * stdio-common/vfprintf.c (_IO_helper_overflow): Likewise.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Floating point output for `printf'.
|
||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||
Written by Ulrich Drepper.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
@@ -128,10 +128,9 @@ static char *group_number (char *buf, char *bufend, unsigned int intdig_no,
|
||||
|
||||
|
||||
int
|
||||
__printf_fp (fp, info, args)
|
||||
FILE *fp;
|
||||
const struct printf_info *info;
|
||||
const *const *args;
|
||||
__printf_fp (FILE *fp,
|
||||
const struct printf_info *info,
|
||||
const *const *args)
|
||||
{
|
||||
/* The floating-point value to output. */
|
||||
union
|
||||
|
Reference in New Issue
Block a user