diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 08:50:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 08:50:37 +0000 |
commit | 9b2c75233e67af1943af87a4fd39c6b316064b1f (patch) | |
tree | 5cf54675b0067d9be0ee80e5f2d3e8fb2f3a180c /libio/stdio.h | |
parent | bf2c10ded6bd31d7b923408f099b32b549acb934 (diff) | |
download | glibc-9b2c75233e67af1943af87a4fd39c6b316064b1f.tar.gz glibc-9b2c75233e67af1943af87a4fd39c6b316064b1f.tar.xz glibc-9b2c75233e67af1943af87a4fd39c6b316064b1f.zip |
Update.
2001-01-08 Ulrich Drepper <drepper@redhat.com> * libio/bits/stdio.h (printf): Define macro to map printf call to fprintf which gcc can optimize.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 4fcc3b309d..c8565e815b 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -1,5 +1,5 @@ /* Define ISO C stdio on top of C++ iostreams. - Copyright (C) 1991, 1994-1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1994-1999, 2000, 2001 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -637,7 +637,7 @@ extern void funlockfile (FILE *__stream) __THROW; #endif /* X/Open, but not issue 6 and not for GNU. */ /* If we are compiling with optimizing read this file. It contains - several optizing inline functions and macros. */ + several optimizing inline functions and macros. */ #ifdef __USE_EXTERN_INLINES # include <bits/stdio.h> #endif |