mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Update.
* version.h (VERSION): Bump to 2.1.96.
This commit is contained in:
parent
58363448b2
commit
231d5da0ce
@ -1,5 +1,7 @@
|
|||||||
2000-10-26 Ulrich Drepper <drepper@redhat.com>
|
2000-10-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* version.h (VERSION): Bump to 2.1.96.
|
||||||
|
|
||||||
* posix/tst-chmod.c (do_test): Account for people running the
|
* posix/tst-chmod.c (do_test): Account for people running the
|
||||||
tests as root.
|
tests as root.
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ do_test (int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
close (fd);
|
close (fd);
|
||||||
}
|
}
|
||||||
if (errno != EACCES)
|
else if (errno != EACCES)
|
||||||
{
|
{
|
||||||
puts ("creat didn't generate correct errno value");
|
puts ("creat didn't generate correct errno value");
|
||||||
result = 1;
|
result = 1;
|
||||||
@ -177,7 +177,7 @@ do_test (int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
close (fd);
|
close (fd);
|
||||||
}
|
}
|
||||||
if (errno != EACCES)
|
else if (errno != EACCES)
|
||||||
{
|
{
|
||||||
puts ("creat didn't generate correct errno value");
|
puts ("creat didn't generate correct errno value");
|
||||||
result = 1;
|
result = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user