mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
1998-08-17 Ulrich Drepper <drepper@cygnus.com> * posix/tstgetopt.c (options): Add NULL entry at end Patch by Adrian Miranda <ade@psg.com>.
This commit is contained in:
parent
5d7de7aa21
commit
364ff81ffb
@ -1,3 +1,8 @@
|
||||
1998-08-17 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* posix/tstgetopt.c (options): Add NULL entry at end
|
||||
Patch by Adrian Miranda <ade@psg.com>.
|
||||
|
||||
1998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
|
||||
|
@ -9,9 +9,10 @@ main (int argc, char **argv)
|
||||
{
|
||||
{"required", required_argument, NULL, 'r'},
|
||||
{"optional", optional_argument, NULL, 'o'},
|
||||
{"none", no_argument, NULL, 'n'}
|
||||
{"none", no_argument, NULL, 'n'},
|
||||
{NULL, 0, NULL, 0 }
|
||||
};
|
||||
|
||||
|
||||
int aflag = 0;
|
||||
int bflag = 0;
|
||||
char *cvalue = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user