Просмотр исходного кода

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

Denis Vlasenko 15 лет назад
Родитель
Сommit
6232f9122d
1 измененных файлов с 1 добавлено и 1 удалено
  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)	\
 #define CANCELABLE_SYSCALL_VA(res_type, name, param_list, params, last_arg)	\
-res_type ##name param_list;							\
+res_type name param_list;							\
 res_type									\
 res_type									\
 __attribute__ ((weak))								\
 __attribute__ ((weak))								\
 name param_list									\
 name param_list									\