modified make check test output
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 17 Jun 2000 19:54:04 +0000 (19:54 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 17 Jun 2000 19:54:04 +0000 (19:54 +0000)
From-SVN: r34585

gcc/fixinc/tests/base/X11/ShellP.h
gcc/fixinc/tests/base/math.h
gcc/fixinc/tests/base/strings.h
gcc/fixinc/tests/base/sys/file.h
gcc/fixinc/tests/base/sys/limits.h
gcc/fixinc/tests/base/sys/stat.h
gcc/fixinc/tests/base/testing.h

index a89992b..015aec3 100644 (file)
@@ -3,7 +3,7 @@
 #if defined( X11_CLASS_CHECK )
 struct {
 #ifdef __cplusplus
-       char *c_class;
+   char *c_class;
 #else
    char *class;
 #endif
index 38d0539..f71259b 100644 (file)
@@ -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
index 218f018..c73dfc0 100644 (file)
@@ -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 */
index b56d881..9fb5765 100644 (file)
@@ -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 */
index 273b467..b9288ba 100644 (file)
@@ -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 */
index d29e457..1315de0 100644 (file)
@@ -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>
index 4af48a5..06dffa9 100644 (file)
@@ -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 */