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.
This commit is contained in:
Ulrich Drepper 1998-04-03 08:27:10 +00:00
parent aab1c772bf
commit eb098700c8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.
1998-04-03 06:22 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels

View 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; \