diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 09:36:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 09:36:32 +0000 |
commit | 0d297437293d04e0f566215108ddedf527715326 (patch) | |
tree | 5043864c266adbe3c0645264b695e193b46cd35f /linuxthreads/sysdeps/unix | |
parent | 6a31ae84dcee538ac358195992331c858e26c486 (diff) | |
download | glibc-0d297437293d04e0f566215108ddedf527715326.tar glibc-0d297437293d04e0f566215108ddedf527715326.tar.gz glibc-0d297437293d04e0f566215108ddedf527715326.tar.bz2 glibc-0d297437293d04e0f566215108ddedf527715326.zip |
Update.
2003-10-02 Ulrich Drepper <drepper@redhat.com>
* inet/getnameinfo.c: Move domain out of nrl_domainname scope and
define it with libc_freeres_ptr.
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h index e84c98d82c..fae701aefe 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h @@ -49,12 +49,12 @@ jae SYSCALL_ERROR_LABEL; \ L(pseudo_end): -# define SAVE_OLDTYPE_0 movl %eax, %edx; -# define SAVE_OLDTYPE_1 SAVE_OLDTYPE_0 -# define SAVE_OLDTYPE_2 pushl %eax; -# define SAVE_OLDTYPE_3 SAVE_OLDTYPE_2 -# define SAVE_OLDTYPE_4 SAVE_OLDTYPE_2 -# define SAVE_OLDTYPE_5 SAVE_OLDTYPE_2 +# define SAVE_OLDTYPE_0 movl %eax, %ecx; +# define SAVE_OLDTYPE_1 pushl %eax; +# define SAVE_OLDTYPE_2 SAVE_OLDTYPE_1 +# define SAVE_OLDTYPE_3 SAVE_OLDTYPE_1 +# define SAVE_OLDTYPE_4 SAVE_OLDTYPE_1 +# define SAVE_OLDTYPE_5 SAVE_OLDTYPE_1 # define PUSHCARGS_0 /* No arguments to push. */ # define DOCARGS_0 /* No arguments to frob. */ @@ -100,11 +100,11 @@ # define CDISABLE call __libc_disable_asynccancel # endif # define POPSTATE_0 pushl %eax; movl %ecx, %eax; CDISABLE; popl %eax; -# define POPSTATE_1 POPSTATE_0 -# define POPSTATE_2 xchgl (%esp), %eax; CDISABLE; popl %eax; -# define POPSTATE_3 POPSTATE_2 -# define POPSTATE_4 POPSTATE_2 -# define POPSTATE_5 POPSTATE_2 +# define POPSTATE_1 xchgl (%esp), %eax; CDISABLE; popl %eax; +# define POPSTATE_2 POPSTATE_1 +# define POPSTATE_3 POPSTATE_1 +# define POPSTATE_4 POPSTATE_1 +# define POPSTATE_5 POPSTATE_1 #if !defined NOT_IN_libc # define __local_multiple_threads __libc_multiple_threads |