From: Ulrich Drepper Date: Fri, 3 Apr 1998 08:23:11 +0000 (+0000) Subject: (PSEUDO): Fix typo introduced in last change. X-Git-Tag: glibc-2.16-ports-before-merge~3262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24e022cf828deb3058fd4ddc87791830f6988b29;p=thirdparty%2Fglibc.git (PSEUDO): Fix typo introduced in last change. --- diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index dd1b6f41157..8a5111f0828 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -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; \