mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
2000-10-04 Ulrich Drepper <drepper@redhat.com> * argp/argp-parse.c (argp_default_argp): Set libc as message domain. (argp_version_argp): Likewise.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-10-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* argp/argp-parse.c (argp_default_argp): Set libc as message domain.
|
||||||
|
(argp_version_argp): Likewise.
|
||||||
|
|
||||||
2000-10-04 Jakub Jelinek <jakub@redhat.com>
|
2000-10-04 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do
|
* stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do
|
||||||
|
@@ -142,7 +142,7 @@ argp_default_parser (int key, char *arg, struct argp_state *state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct argp argp_default_argp =
|
static const struct argp argp_default_argp =
|
||||||
{argp_default_options, &argp_default_parser};
|
{argp_default_options, &argp_default_parser, NULL, NULL, NULL, NULL, "libc"};
|
||||||
|
|
||||||
|
|
||||||
static const struct argp_option argp_version_options[] =
|
static const struct argp_option argp_version_options[] =
|
||||||
@@ -174,7 +174,7 @@ argp_version_parser (int key, char *arg, struct argp_state *state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct argp argp_version_argp =
|
static const struct argp argp_version_argp =
|
||||||
{argp_version_options, &argp_version_parser};
|
{argp_version_options, &argp_version_parser, NULL, NULL, NULL, NULL, "libc"};
|
||||||
|
|
||||||
/* Returns the offset into the getopt long options array LONG_OPTIONS of a
|
/* Returns the offset into the getopt long options array LONG_OPTIONS of a
|
||||||
long option with called NAME, or -1 if none is found. Passing NULL as
|
long option with called NAME, or -1 if none is found. Passing NULL as
|
||||||
|
Reference in New Issue
Block a user