From 7ccc548bd7b51bb1ab93db10a256344aa33b703a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Oct 1998 15:10:53 +0000 Subject: Update. * sysdeps/i386/pt-machine.h (get_eflags, set_eflags): Mark these also with PT_EI. --- linuxthreads/sysdeps/i386/pt-machine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/sysdeps/i386') diff --git a/linuxthreads/sysdeps/i386/pt-machine.h b/linuxthreads/sysdeps/i386/pt-machine.h index 364b77c9eb..88599467ad 100644 --- a/linuxthreads/sysdeps/i386/pt-machine.h +++ b/linuxthreads/sysdeps/i386/pt-machine.h @@ -65,7 +65,7 @@ __compare_and_swap (long int *p, long int oldval, long int newval) } -extern inline int +PT_EI int get_eflags (void) { int res; @@ -74,7 +74,7 @@ get_eflags (void) } -extern inline void +PT_EI void set_eflags (int newflags) { __asm__ __volatile__ ("pushl %0; popfl" : : "r" (newflags) : "cc"); -- cgit 1.4.1