Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 6c21ed7

Browse files
authored
Update aio.d
1 parent ba2157f commit 6c21ed7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/sys/posix/aio.d

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/**
2-
* D header file to interface with the Linux aio API (http://man7.org/linux/man-pages/man7/aio.7.html).
2+
* D header file to interface with the
3+
* $(HTTP pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html, Linux aio API).
34
* Available since Linux 2.6
45
*
56
* Copyright: Copyright D Language Foundation 2018.
67
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
7-
* Authors: Alexandru Razvan Caciulescu (github.com/darredevil)
8+
* Authors: $(HTTPS github.com/darredevil, Alexandru Razvan Caciulescu)
89
*/
910
module core.sys.posix.aio;
1011

0 commit comments

Comments
 (0)