Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e54918ab
Commit
e54918ab
authored
Oct 25, 2003
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Results are re-alphabetized, too
From-SVN: r72932
parent
c4bcf141
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/fixinc/tests/base/stdio.h
+5
-5
No files found.
gcc/fixinc/tests/base/stdio.h
View file @
e54918ab
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment