summary refs log tree commit diff
path: root/linuxthreads/sysdeps/powerpc/pt-machine.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-09 11:22:46 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-09 11:22:46 +0000
commit9a29bc37328a969d975a4f68c22da36a4d2697c1 (patch)
tree04e1eaf9bce0493a2f57ed4e63989cc27682d796 /linuxthreads/sysdeps/powerpc/pt-machine.h
parenta5d1d726704c6e3c4f8457e30cbd3d2840531ee5 (diff)
downloadglibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.tar.gz
glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.tar.xz
glibc-9a29bc37328a969d975a4f68c22da36a4d2697c1.zip
Update.
1998-10-09  Ulrich Drepper  <drepper@cygnus.com>

	* posix/ptestcases.h: Fix typo.

1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* posix/regex.c (regcomp): Allocate and prepare a fastmap.
	(regexec): Allocate regs.start and regs.end as one block.

1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
	enum decl.

1998-10-08  Philip Blundell  <pb@nexus.co.uk>

	* sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
	sigcontext union to ...
	* sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
	file.
	* sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
	version 2.0 kernels.
Diffstat (limited to 'linuxthreads/sysdeps/powerpc/pt-machine.h')
-rw-r--r--linuxthreads/sysdeps/powerpc/pt-machine.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/powerpc/pt-machine.h b/linuxthreads/sysdeps/powerpc/pt-machine.h
index 7829c779e6..578369a7fe 100644
--- a/linuxthreads/sysdeps/powerpc/pt-machine.h
+++ b/linuxthreads/sysdeps/powerpc/pt-machine.h
@@ -21,6 +21,10 @@
 /* These routines are from Appendix G of the 'PowerPC 601 RISC Microprocessor
    User's Manual', by IBM and Motorola.  */
 
+#ifndef PT_EI
+# define PT_EI extern inline
+#endif
+
 /* For multiprocessor systems, we want to ensure all memory accesses
    are completed before we reset a lock.  */
 #if 0
@@ -42,10 +46,10 @@ register char * stack_pointer __asm__ ("r1");
 #if BROKEN_PPC_ASM_CR0
 static
 #else
-extern inline
+PT_EI
 #endif
 int
-__compare_and_swap (long *p, long oldval, long newval)
+__compare_and_swap (long int *p, long int oldval, long int newval)
 {
   int ret;