Explorar el Código

AVR32: Change prototype of memset

Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Semih Hazar hace 17 años
padre
commit
2c05fd1257
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/asm-avr32/string.h

+ 1 - 1
include/asm-avr32/string.h

@@ -23,6 +23,6 @@
 #define __ASM_AVR32_STRING_H
 
 #define __HAVE_ARCH_MEMSET
-extern void *memset(void *s, int c, size_t n);
+extern void *memset(void *s, int c, __kernel_size_t n);
 
 #endif /* __ASM_AVR32_STRING_H */