modified make check test output
From-SVN: r34585
This commit is contained in:
parent
2681618748
commit
c77b484a74
7 changed files with 41 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
#if defined( X11_CLASS_CHECK )
|
||||
struct {
|
||||
#ifdef __cplusplus
|
||||
char *c_class;
|
||||
char *c_class;
|
||||
#else
|
||||
char *class;
|
||||
#endif
|
||||
|
|
|
@ -95,7 +95,8 @@ extern int matherr();
|
|||
|
||||
|
||||
#if defined( ULTRIX_ATOF_PARAM_CHECK )
|
||||
extern double atof( const char *);
|
||||
extern double atof(const char *__nptr);
|
||||
|
||||
#endif /* ULTRIX_ATOF_PARAM_CHECK */
|
||||
#ifdef __cplusplus
|
||||
#undef exception
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
#ifndef FIXINC_ULTRIX_STRINGS_CHECK
|
||||
#define FIXINC_ULTRIX_STRINGS_CHECK 1
|
||||
|
||||
|
||||
|
||||
#if defined( SUNOS_STRLEN_CHECK )
|
||||
__SIZE_TYPE__ strlen(); /* string length */
|
||||
#endif /* SUNOS_STRLEN_CHECK */
|
||||
|
||||
|
||||
#if defined( ULTRIX_STRINGS_CHECK )
|
||||
@(#)strings.h 6.1 (ULTRIX)
|
||||
|
||||
#endif /* ULTRIX_STRINGS_CHECK */
|
||||
|
||||
#endif /* FIXINC_ULTRIX_STRINGS_CHECK */
|
||||
|
|
|
@ -6,7 +6,7 @@ extern void foo(struct file *, ...); /* HPUX_SOURCE - bad varargs */
|
|||
|
||||
|
||||
#if defined( ULTRIX_IFDEF_CHECK )
|
||||
#if defined(KERNEL) && defined( mumbojumbo )
|
||||
#if defined(KERNEL) && defined( mumbojumbo )
|
||||
int oops;
|
||||
#endif
|
||||
#endif /* ULTRIX_IFDEF_CHECK */
|
||||
|
|
|
@ -1,8 +1,20 @@
|
|||
|
||||
|
||||
#if defined( LIMITS_IFNDEFS_CHECK )
|
||||
#ifndef DBL_DIG
|
||||
# define DBL_DIG 0 /* somthin' */
|
||||
#endif
|
||||
#endif /* LIMITS_IFNDEFS_CHECK */
|
||||
|
||||
|
||||
#if defined( NESTED_SYS_LIMITS_CHECK )
|
||||
/*
|
||||
#define CHILD_MAX 20 Max, Max, ... */ /*
|
||||
#define OPEN_MAX 20 Max, Max, ... */
|
||||
|
||||
#endif /* NESTED_SYS_LIMITS_CHECK */
|
||||
|
||||
|
||||
#if defined( ULTRIX_MATH_IFDEF_CHECK )
|
||||
#if defined(__GFLOAT)
|
||||
#endif /* ULTRIX_MATH_IFDEF_CHECK */
|
||||
|
|
|
@ -39,6 +39,19 @@ static int stat(__f, __p)
|
|||
#endif /* SCO_STATIC_FUNC_CHECK */
|
||||
|
||||
|
||||
#if defined( ULTRIX_STAT_CHECK )
|
||||
@(#)stat.h 6.1 (ULTRIX)
|
||||
#define S_IFPORT S_IFIFO
|
||||
|
||||
/* macro to test for symbolic link */
|
||||
#define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
||||
|
||||
fstat(),
|
||||
lstat(),
|
||||
|
||||
#endif /* ULTRIX_STAT_CHECK */
|
||||
|
||||
|
||||
#if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
|
||||
#include </dev/null> /* ULONG */
|
||||
# define __INCstath <sys/stat.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
|
||||
#if defined( CTRL_QUOTES_DEF_CHECK )
|
||||
#define BSD43_CTRL(n, x) ((n<<8)+x)
|
||||
#define _CTRL(c) (c&037)
|
||||
#endif /* CTRL_QUOTES_DEF_CHECK */
|
||||
|
||||
|
@ -12,9 +11,7 @@
|
|||
|
||||
|
||||
#if defined( IO_QUOTES_DEF_CHECK )
|
||||
#define BSD43__IOWR(n, x) ((n<<8)+x)
|
||||
#define _IOWN(x,y,t) (_IOC_IN|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y)
|
||||
#define _IO(x,y) (x<<8|y)
|
||||
#define XX_IO(x) (x<<8|256)
|
||||
#endif /* IO_QUOTES_DEF_CHECK */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue