From 917fbe706900299552cfaf34d78ef66d8f128577 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Dec 2004 08:11:12 +0000 Subject: Update. 2004-12-15 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support for pid caching in nptl. --- nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S new file mode 100644 index 0000000000..e19579e842 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S @@ -0,0 +1,3 @@ +#define RESET_PID +#include +#include -- cgit 1.4.1