2000-03-24 00:17:25 +00:00
|
|
|
*** linux-asm-string.h.orig Sat Mar 18 20:15:54 2000
|
|
|
|
--- linux-asm-string.h Sat Mar 18 20:40:49 2000
|
1999-11-26 18:17:11 +00:00
|
|
|
***************
|
2000-03-24 00:17:25 +00:00
|
|
|
*** 19,27 ****
|
|
|
|
* consider these trivial functions to be PD.
|
|
|
|
*/
|
1999-11-26 18:17:11 +00:00
|
|
|
|
2000-03-24 00:17:25 +00:00
|
|
|
- #ifndef __FreeBSD__
|
|
|
|
typedef int size_t;
|
|
|
|
- #endif
|
1999-11-26 18:17:11 +00:00
|
|
|
|
2000-03-24 00:17:25 +00:00
|
|
|
extern void *__memcpy(void * to, const void * from, size_t n);
|
|
|
|
extern void *__constant_memcpy(void * to, const void * from, size_t n);
|
|
|
|
--- 19,25 ----
|