diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-17 03:31:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-17 03:31:59 +0000 |
commit | 1b0896ef0323207ba5b561dfe7d87850dbf9a9dc (patch) | |
tree | 936457cb73d6f1c75d025e80c3d467b01b9908e0 /sysdeps/unix | |
parent | 17061e097a2f774139ecd91b91cbc15cd0987ee9 (diff) | |
download | glibc-1b0896ef0323207ba5b561dfe7d87850dbf9a9dc.zip glibc-1b0896ef0323207ba5b561dfe7d87850dbf9a9dc.tar.gz glibc-1b0896ef0323207ba5b561dfe7d87850dbf9a9dc.tar.bz2 |
* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix
vague message.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-osinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index 5abc3c4..abc67fc 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -65,7 +65,7 @@ dl_fatal (const char *str) || (reslen = __read (fd, bufmem, sizeof (bufmem))) <= 0) \ /* This also didn't work. We give up since we cannot \ make sure the library can actually work. */ \ - FATAL ("FATAL: cannot determine library version\n"); \ + FATAL ("FATAL: cannot determine kernel version\n"); \ __close (fd); \ buf[MIN (reslen, (ssize_t) sizeof (bufmem) - 1)] = '\0'; \ } \ |