summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-22 03:32:04 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-22 03:32:04 +0000
commitf2cb3292552ae4c103f393727e1ff3620996d903 (patch)
tree70fc2061e585b0365f8ec76634a195992325e188 /test
parent869fedf9ad9917385f0b896b4d92f54742b84172 (diff)
sync with glibc
Diffstat (limited to 'test')
-rw-r--r--test/unistd/clone_cruft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/clone_cruft.h b/test/unistd/clone_cruft.h
index b6a395d06..ec4887aaf 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__