summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-03 08:27:10 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-03 08:27:10 +0000
commiteb098700c8daa989605f6cd819402f5d4fbebb6d (patch)
tree7ad7c3cfbfc5622998cf9ac42bfaff4ce182a407 /sysdeps
parentaab1c772bf0baa7a635149480feb3f51c20a2a05 (diff)
downloadglibc-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')
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.h2
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;							      \