Commit 268afb99 by Bruce Korb

new tests results from changes

From-SVN: r34971
parent 10b9cbbe
#if defined( IRIX_MULTILINE_CMNT_CHECK )
/* we check the type of the result */
// /* of the sizeof something. This is a bad test :-( */
#endif /* IRIX_MULTILINE_CMNT_CHECK */
#if defined( SYSTYPES_STDLIB_SIZE_T_CHECK )
#ifndef __SIZE_TYPE__
#define __SIZE_TYPE__ long unsigned int
......
......@@ -23,11 +23,9 @@ BSD43__IOWR('T', 1) /* Some are multi-line */
#if defined( LIBC1_IFDEFD_MEMX_CHECK )
#if defined(__STDC__) && __GNUC__ < 2 || defined(__cplusplus)
/* Copy N bytes of SRC to DEST. */
extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
size_t __n));
#endif
#endif /* LIBC1_IFDEFD_MEMX_CHECK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment