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
Shane Snyder
darshan
Commits
1d202464
Commit
1d202464
authored
Jun 30, 2015
by
Shane Snyder
Browse files
fix map_or_fail typo in lio_listio wrapper
parent
72726387
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-posix.c
View file @
1d202464
...
...
@@ -1207,7 +1207,7 @@ int DARSHAN_DECL(lio_listio64)(int mode, struct aiocb64 *const aiocb_list[],
int
ret
;
int
i
;
MAP_OR_FAIL
(
lio_listio
);
MAP_OR_FAIL
(
lio_listio
64
);
ret
=
__real_lio_listio64
(
mode
,
aiocb_list
,
nitems
,
sevp
);
if
(
ret
==
0
)
...
...
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