From: Ulrich Drepper Date: Wed, 25 Jun 2003 08:18:08 +0000 (+0000) Subject: (INLINE_SYSCALL): Cast result to long int. X-Git-Tag: glibc-2.16-ports-before-merge~1344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba1515d2456482fc853be8ac27c14b0975cf564;p=thirdparty%2Fglibc.git (INLINE_SYSCALL): Cast result to long int. --- diff --git a/sysdeps/unix/sysv/linux/cris/sysdep.h b/sysdeps/unix/sysv/linux/cris/sysdep.h index ba404913149..5013dd5d30f 100644 --- a/sysdeps/unix/sysv/linux/cris/sysdep.h +++ b/sysdeps/unix/sysv/linux/cris/sysdep.h @@ -170,7 +170,7 @@ __set_errno (- __sys_res); \ __sys_res = (unsigned long) -1; \ } \ - __sys_res; \ + (long int) __sys_res; \ }) #define LOAD_ARGS_c_0()