From 10d97e5ec69269f6039c66a4d5b4d0e3bb2fccd7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 22 Feb 2006 03:35:31 +0000 Subject: revert unintended commit --- test/unistd/clone_cruft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unistd/clone_cruft.h b/test/unistd/clone_cruft.h index ec4887aaf..b6a395d06 100644 --- a/test/unistd/clone_cruft.h +++ b/test/unistd/clone_cruft.h @@ -9,7 +9,7 @@ extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, size_t __child_stack_size, int __flags, void *__arg, ...); # define do_clone(fn, stack, flags, arg) \ - clone2(fn, stack, crappy_sizeof(stack), flags, arg, NULL, NULL, NULL) + __clone2(fn, stack, crappy_sizeof(stack), flags, arg, NULL, NULL, NULL) #elif defined __hppa__ -- cgit v1.2.3