Browse Source

remove one forgotten '##'. Heeds:
warning: type defaults to 'int' in declaration of 'intfcntl'

Denis Vlasenko 15 years ago
parent
commit
6232f9122d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/linuxthreads.old/wrapsyscall.c

+ 1 - 1
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									\