mirror of git://sourceware.org/git/glibc.git
Update.
1998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is unnecessary after the changes of 1998-10-12.
This commit is contained in:
parent
8583916e47
commit
6c4b6e6ec3
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
* version.h (VERSION): Bump to 2.0.98.
|
* version.h (VERSION): Bump to 2.0.98.
|
||||||
|
|
||||||
|
1998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
|
||||||
|
unnecessary after the changes of 1998-10-12.
|
||||||
|
|
||||||
1998-10-13 Ulrich Drepper <drepper@cygnus.com>
|
1998-10-13 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
|
* sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
|
||||||
|
|
|
||||||
|
|
@ -3057,8 +3057,8 @@ toupper (<a>,<A>);(<a!>,<A!>);/
|
||||||
END LC_CTYPE
|
END LC_CTYPE
|
||||||
|
|
||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
yesexpr "<'/>><<(><n*><N*><)/>><.><*>"
|
yesexpr "<'/>><<(><n*><N*><y><Y><)/>><.><*>"
|
||||||
noexpr "<'/>><<(><o*><O*><)/>><.><*>"
|
noexpr "<'/>><<(><o*><O*><n><N><)/>><.><*>"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
|
|
@ -80,7 +80,6 @@ __opendir (const char *name)
|
||||||
lose:
|
lose:
|
||||||
{
|
{
|
||||||
save_errno = errno;
|
save_errno = errno;
|
||||||
lose2:
|
|
||||||
(void) __close (fd);
|
(void) __close (fd);
|
||||||
__set_errno (save_errno);
|
__set_errno (save_errno);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue