From 24b2cc0cab584b7f7824aedefc194ecd2f497074 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Dec 2008 19:36:29 +0000 Subject: Merges from trunk --- libpthread/linuxthreads.old/wrapsyscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old') diff --git a/libpthread/linuxthreads.old/wrapsyscall.c b/libpthread/linuxthreads.old/wrapsyscall.c index b0d314557..462768d9d 100644 --- a/libpthread/linuxthreads.old/wrapsyscall.c +++ b/libpthread/linuxthreads.old/wrapsyscall.c @@ -56,7 +56,7 @@ name param_list \ } #define CANCELABLE_SYSCALL_VA(res_type, name, param_list, params, last_arg) \ -res_type ##name param_list; \ +res_type name param_list; \ res_type \ __attribute__ ((weak)) \ name param_list \ -- cgit v1.2.3