From 97012650e20a55130c734af68d7a5d5ab16d71f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 3 Apr 2003 19:32:34 +0000 Subject: [PATCH] (PSEUDO): Add missing ; after ENTRY use. --- sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h index 25dbb9e..d2043aa 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); \ -- 2.7.4