diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2007-10-18 10:02:16 -0500 |
|---|---|---|
| committer | Kim Phillips <kim.phillips@freescale.com> | 2007-10-18 10:02:16 -0500 |
| commit | f147dd15e840230a3911c649b2a81c749d32db1c (patch) | |
| tree | 03023c12770b6c33c4e9f75615c4a3319d497c90 /include/asm-avr32/string.h | |
| parent | 8ffc774993725a0646aa8d1995d968c95aee9e3c (diff) | |
| parent | eff786a9b89144478f478c4193fcad5b498feb72 (diff) | |
| download | olio-uboot-2014.01-f147dd15e840230a3911c649b2a81c749d32db1c.tar.xz olio-uboot-2014.01-f147dd15e840230a3911c649b2a81c749d32db1c.zip | |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'include/asm-avr32/string.h')
| -rw-r--r-- | include/asm-avr32/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/string.h b/include/asm-avr32/string.h index 8b05d1a03..58582a311 100644 --- a/include/asm-avr32/string.h +++ b/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 */ |