summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/wrapsyscall.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-19 04:26:16 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-19 04:26:16 +0000
commit6232f9122d61ee11edca902d95e04144f9c5b3c1 (patch)
treec6451f76aeca05ef79c5462ef016a27e6a098463 /libpthread/linuxthreads.old/wrapsyscall.c
parentf3f7db016abb60cbfbdc5c4ffda376f5a90587ab (diff)
remove one forgotten '##'. Heeds:
warning: type defaults to 'int' in declaration of 'intfcntl'
Diffstat (limited to 'libpthread/linuxthreads.old/wrapsyscall.c')
-rw-r--r--libpthread/linuxthreads.old/wrapsyscall.c2
1 files changed, 1 insertions, 1 deletions
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 \