Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
97088e50
Commit
97088e50
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Fix superfluous symbol declarations.
parent
b2beaf46
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pio_mpinonb.c
View file @
97088e50
...
...
@@ -20,13 +20,9 @@ extern char * command2charP[6];
extern
long
initial_buffersize
;
extern
double
accumProbe
;
extern
double
accumRecv
;
extern
double
accumSend
;
extern
double
accumSuspend
;
extern
double
accumWait
;
extern
double
accumWrite
;
typedef
struct
typedef
struct
{
char
*
name
;
size_t
size
;
...
...
src/pio_posixasynch.c
View file @
97088e50
...
...
@@ -31,11 +31,7 @@ extern char * command2charP[6];
extern
char
*
token
;
extern
double
accumProbe
;
extern
double
accumRecv
;
extern
double
accumSend
;
extern
double
accumSuspend
;
extern
double
accumWait
;
extern
double
accumWrite
;
...
...
Write
Preview
Supports
Markdown
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