about summary refs log tree commit diff
path: root/argp/argp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-10 20:48:08 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-10 20:48:08 +0000
commit64ad0de291ebb06a0bb0ed9c6dd8e4069c9e7794 (patch)
tree3e06ae51056faa7d3b6003769760d8b7e3bda923 /argp/argp.h
parentbe9cd93a78a536ea078d4f2c6c75fe858d6845e3 (diff)
downloadglibc-64ad0de291ebb06a0bb0ed9c6dd8e4069c9e7794.tar.gz
glibc-64ad0de291ebb06a0bb0ed9c6dd8e4069c9e7794.tar.xz
glibc-64ad0de291ebb06a0bb0ed9c6dd8e4069c9e7794.zip
Update.
	* stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to
	slash before the basename [PR libc/1383].

	* argp/argp.h: Fix typo in last patch.
Diffstat (limited to 'argp/argp.h')
-rw-r--r--argp/argp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/argp/argp.h b/argp/argp.h
index adfc3e669f..0d40572963 100644
--- a/argp/argp.h
+++ b/argp/argp.h
@@ -445,9 +445,9 @@ extern error_t argp_err_exit_status;
 extern void argp_help (__const struct argp *__restrict __argp,
 		       FILE *__restrict __stream,
 		       unsigned __flags, char *__restrict __name) __THROW;
-extern void __argp_help __P (__const struct argp *__restrict __argp,
-			     FILE *__restrict __stream, unsigned __flags,
-			     char *__name) __THROW;
+extern void __argp_help (__const struct argp *__restrict __argp,
+			 FILE *__restrict __stream, unsigned __flags,
+			 char *__name) __THROW;
 
 /* The following routines are intended to be called from within an argp
    parsing routine (thus taking an argp_state structure as the first