OSDN Git Service

accommodate __STDC__ == 0 tests in UW 2.1.2
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / stdio.h
index 87145ce..00d3c83 100644 (file)
@@ -20,7 +20,7 @@ extern int getopt(int, char *const[], const char *);
 
 
 #if defined( HPUX11_VSNPRINTF_CHECK )
-extern int vsnprintf(char *, __size_t, const char *, __gnuc_va_list);
+extern int vsnprintf(char *, _hpux_size_t, const char *, __gnuc_va_list);
 #endif  /* HPUX11_VSNPRINTF_CHECK */
 
 
@@ -75,4 +75,9 @@ extern char *tempnam( const char *, const char *);
 
 #endif  /* ULTRIX_CONST2_CHECK */
 
+
+#if defined( UNICOSMK_RESTRICT_CHECK )
+void f (char * __restrict__ x);
+#endif  /* UNICOSMK_RESTRICT_CHECK */
+
 #endif  /* FIXINC_STDIO_STDARG_H_CHECK */