1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
	unwanted expansion by definining to ret.  Patch by Ian Wienand.
This commit is contained in:
Ulrich Drepper
2003-03-24 07:57:09 +00:00
parent 9eb88290df
commit 6ea5c1036d
2 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,7 @@
.endp C_SYMBOL_NAME(name)
#define ret br.ret.sptk.few b0
#define ret_NOERRNO br.ret.sptk.few b0
#define ret_NOERRNO ret
#else /* not __ASSEMBLER__ */