1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix

vague message.
This commit is contained in:
Roland McGrath
2004-12-17 03:31:59 +00:00
parent 17061e097a
commit 1b0896ef03
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-17 GOTO Masanori <gotom@debian.or.jp>
* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix
vague message.
2004-12-16 Roland McGrath <roland@redhat.com> 2004-12-16 Roland McGrath <roland@redhat.com>
* nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS), * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),

View File

@ -65,7 +65,7 @@ dl_fatal (const char *str)
|| (reslen = __read (fd, bufmem, sizeof (bufmem))) <= 0) \ || (reslen = __read (fd, bufmem, sizeof (bufmem))) <= 0) \
/* This also didn't work. We give up since we cannot \ /* This also didn't work. We give up since we cannot \
make sure the library can actually work. */ \ make sure the library can actually work. */ \
FATAL ("FATAL: cannot determine library version\n"); \ FATAL ("FATAL: cannot determine kernel version\n"); \
__close (fd); \ __close (fd); \
buf[MIN (reslen, (ssize_t) sizeof (bufmem) - 1)] = '\0'; \ buf[MIN (reslen, (ssize_t) sizeof (bufmem) - 1)] = '\0'; \
} \ } \