summary refs log tree commit diff
path: root/stdio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-27 00:45:24 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-27 00:45:24 +0000
commit06bdbaa0a614c256b34214fde7c395f9e0a6206c (patch)
treeb4862529a1d4a25da02b720064452c622aa79c54 /stdio
parentc12f5d3d345f4a87ee8b0be4d0c295426c2aa3d9 (diff)
downloadglibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.tar.gz
glibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.tar.xz
glibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.zip
	* argp/argp-parse.c (parser_init): For the special case where no
	* argp/argp.h (struct argp_state): `argp' field renamed to `root_argp'.
	* argp/argp-help.c (__argp_state_help, argp_args_usage, hol_help):
	* argp/argp-parse.c (parser_init): Likewise.
Diffstat (limited to 'stdio')
-rw-r--r--stdio/obstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/obstream.c b/stdio/obstream.c
index af0e639c54..f9384bd597 100644
--- a/stdio/obstream.c
+++ b/stdio/obstream.c
@@ -182,7 +182,7 @@ obstack_vprintf (obstack, format, args)
 }
 
 int
-obstack_printf (struct obstack *obstackm const char *format, ...)
+obstack_printf (struct obstack *obstack, const char *format, ...)
 {
   int result;
   va_list ap;