projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06650b9
)
fix typo in aio.h
author
Rich Felker
<dalias@aerifal.cx>
Thu, 19 Jul 2012 04:37:43 +0000
(
00:37
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 19 Jul 2012 04:37:43 +0000
(
00:37
-0400)
include/aio.h
patch
|
blob
|
history
diff --git
a/include/aio.h
b/include/aio.h
index d97874e87c18193ae5c703d4974d37a66780ea9d..2edd5a2e52fc6b66a8247008970098ef862f392b 100644
(file)
--- a/
include/aio.h
+++ b/
include/aio.h
@@
-57,7
+57,7
@@
int lio_listio(int, struct aiocb *const [], int, struct sigevent *);
#define aio_cancel64 aio_cancel
#define aio_suspend64 aio_suspend
#define aio_fsync64 aio_fsync
-#defi
l
e lio_listio64 lio_listio
+#defi
n
e lio_listio64 lio_listio
#define off64_t off_t
#endif