diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 08:27:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 08:27:10 +0000 |
commit | eb098700c8daa989605f6cd819402f5d4fbebb6d (patch) | |
tree | 7ad7c3cfbfc5622998cf9ac42bfaff4ce182a407 /sysdeps/unix/sysv | |
parent | aab1c772bf0baa7a635149480feb3f51c20a2a05 (diff) | |
download | glibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.tar.gz glibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.tar.xz glibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.zip |
Update.
1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo introduced in last change.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index dd1b6f4115..8a5111f082 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; \ |