From 8c29731192565b9c917d6b97db78dcd302283df8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 May 2011 14:23:01 -0400 Subject: Fix typo in stack guard setup code for old kernels --- sysdeps/unix/sysv/linux/dl-osinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index eb7fedc077..28fce4f8e7 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -81,7 +81,7 @@ _dl_setup_stack_chk_guard (void *dl_random) { ssize_t reslen = read_not_cancel (fd, ret.bytes + 1, filllen); close_not_cancel_no_status (fd); - if (reslen == (ssize_) filllen) + if (reslen == (ssize_t) filllen) return ret.num; } # endif -- cgit v1.2.3