From: Ulrich Drepper Date: Thu, 3 Apr 2003 19:32:34 +0000 (+0000) Subject: (PSEUDO): Add missing ; after ENTRY use. X-Git-Tag: glibc-2.16-ports-before-merge~1378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97012650e20a55130c734af68d7a5d5ab16d71f7;p=thirdparty%2Fglibc.git (PSEUDO): Add missing ; after ENTRY use. --- diff --git a/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h index 25dbb9e5651..d2043aad91f 100644 --- a/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h @@ -43,7 +43,7 @@ # define PSEUDO(name, syscall_name, args) \ .section ".text"; \ PSEUDO_PROLOGUE; \ - ENTRY (name) \ + ENTRY (name); \ SINGLE_THREAD_P_INT; \ bne .Lpseudo_cancel; \ DO_CALL (syscall_name, args); \