Commit e54918ab by Bruce Korb

Results are re-alphabetized, too

From-SVN: r72932
parent c4bcf141
...@@ -26,11 +26,6 @@ int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER ...@@ -26,11 +26,6 @@ int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER
#endif /* BSD_STDIO_ATTRS_CONFLICT_CHECK */ #endif /* BSD_STDIO_ATTRS_CONFLICT_CHECK */
#if defined( HPUX11_VSNPRINTF_CHECK )
extern int vsnprintf(char *, _hpux_size_t, const char *, __gnuc_va_list);
#endif /* HPUX11_VSNPRINTF_CHECK */
#if defined( HPUX11_SNPRINTF_CHECK ) #if defined( HPUX11_SNPRINTF_CHECK )
extern int snprintf(char *, size_t, const char *, ...); extern int snprintf(char *, size_t, const char *, ...);
extern int snprintf(char *, _hpux_size_t, const char *, ...); extern int snprintf(char *, _hpux_size_t, const char *, ...);
...@@ -38,6 +33,11 @@ extern int snprintf(char *, _hpux_size_t, const char *, ...); ...@@ -38,6 +33,11 @@ extern int snprintf(char *, _hpux_size_t, const char *, ...);
#endif /* HPUX11_SNPRINTF_CHECK */ #endif /* HPUX11_SNPRINTF_CHECK */
#if defined( HPUX11_VSNPRINTF_CHECK )
extern int vsnprintf(char *, _hpux_size_t, const char *, __gnuc_va_list);
#endif /* HPUX11_VSNPRINTF_CHECK */
#if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK ) #if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
extern int printf( const char *, __gnuc_va_list ); extern int printf( const char *, __gnuc_va_list );
#endif /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */ #endif /* IRIX_STDIO_DUMMY_VA_LIST_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