Don't define mem{cmp,cpy,set}; from gcc-current after the 2.95.3 release.
This commit is contained in:
parent
59c12af6f5
commit
8e868c5d17
|
@ -36,7 +36,3 @@ Boston, MA 02111-1307, USA. */
|
||||||
/* Arguments to use with `exit'. */
|
/* Arguments to use with `exit'. */
|
||||||
#define SUCCESS_EXIT_CODE 0
|
#define SUCCESS_EXIT_CODE 0
|
||||||
#define FATAL_EXIT_CODE 33
|
#define FATAL_EXIT_CODE 33
|
||||||
|
|
||||||
#define memcpy(src,dst,len) bcopy ((dst),(src),(len))
|
|
||||||
#define memset gcc_memset
|
|
||||||
#define memcmp(left,right,len) bcmp ((left),(right),(len))
|
|
||||||
|
|
Loading…
Reference in New Issue