Explorar o código

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

Denis Vlasenko %!s(int64=17) %!d(string=hai) anos
pai
achega
6232f9122d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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									\