(PSEUDO): Fix typo introduced in last change.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Apr 1998 08:23:11 +0000 (08:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Apr 1998 08:23:11 +0000 (08:23 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.h

index dd1b6f4..8a5111f 100644 (file)
@@ -49,7 +49,7 @@
 #undef PSEUDO
 #define        PSEUDO(name, syscall_name, args)                                      \
   .text;                                                                     \
-  .type syscall_error,%function                                                      \
+  .type syscall_error,%function        ;                                             \
   ENTRY (name)                                                               \
     DO_CALL (args, syscall_name);                                            \
     cmn r0, $4096;                                                           \