mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
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:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user