diff options
author | Matt Macy <mmacy@FreeBSD.org> | 2020-09-04 21:31:58 +0000 |
---|---|---|
committer | Matt Macy <mmacy@FreeBSD.org> | 2020-09-04 21:31:58 +0000 |
commit | 431004027d028e7e689b171c442e6f1c384205c6 (patch) | |
tree | 6cf42660d552d2264586ffc9e69020ae6a604f1f /module/avl/avl.c | |
parent | 93ddd0259dd285fbac5cc5086a039a22f1b046a1 (diff) |
Notes
Diffstat (limited to 'module/avl/avl.c')
-rw-r--r-- | module/avl/avl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/avl/avl.c b/module/avl/avl.c index 9cc8362399d9..48865365d8e3 100644 --- a/module/avl/avl.c +++ b/module/avl/avl.c @@ -96,6 +96,9 @@ * which each have their own compilation environments and subsequent * requirements. Each of these environments must be considered when adding * dependencies from avl.c. + * + * Link to Illumos.org for more information on avl function: + * [1] https://illumos.org/man/9f/avl */ #include <sys/types.h> |