]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(PSEUDO): Add missing ; after ENTRY use.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Apr 2003 19:32:34 +0000 (19:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Apr 2003 19:32:34 +0000 (19:32 +0000)
sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h

index 25dbb9e5651fa43398438ed6e82dd4ea89966d3b..d2043aad91fd1fd7eab9354ac41da6fddae4d6b9 100644 (file)
@@ -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);                                      \