Explorar el Código

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

Denis Vlasenko hace 15 años
padre
commit
6232f9122d
Se han modificado 1 ficheros con 1 adiciones y 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									\