Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a53be6fe
Commit
a53be6fe
authored
Dec 02, 2014
by
Thomas Jahns
🤸
Browse files
Add static declaration to function only used in same compilation unit.
parent
d8945a16
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pio_impl.h
View file @
a53be6fe
...
...
@@ -96,7 +96,6 @@ void pioWriterAIO(void);
#endif
/* pio_posixfpguardsendrecv.c */
void
fpgPOSIXFPGUARDSENDRECV
(
void
);
int
fowPOSIXFPGUARDSENDRECV
(
const
char
*
);
int
fcPOSIXFPGUARDSENDRECV
(
int
);
size_t
fwPOSIXFPGUARDSENDRECV
(
int
,
int
,
const
void
*
,
size_t
);
...
...
src/pio_posixfpguardsendrecv.c
View file @
a53be6fe
...
...
@@ -161,7 +161,8 @@ compareNamesAPF(void *v1, void *v2)
/***************************************************************/
void
fpgPOSIXFPGUARDSENDRECV
(
void
)
static
void
fpgPOSIXFPGUARDSENDRECV
(
void
)
{
int
i
,
source
,
iret
;
struct
fileOpTag
rtag
;
...
...
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