OSDN Git Service

remove one forgotten '##'. Heeds:
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 19 Dec 2008 04:26:16 +0000 (04:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 19 Dec 2008 04:26:16 +0000 (04:26 -0000)
warning: type defaults to 'int' in declaration of 'intfcntl'

libpthread/linuxthreads.old/wrapsyscall.c

index b0d3145..462768d 100644 (file)
@@ -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                                                                        \