Skip to content
Snippets Groups Projects
Commit 2c05fd12 authored by Semih Hazar's avatar Semih Hazar Committed by Haavard Skinnemoen
Browse files

AVR32: Change prototype of memset

parent a0845830
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment