mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
aab1c772bf
commit
eb098700c8
|
@ -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
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue