File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1575,9 +1575,10 @@ cfg_if! {
1575
1575
all( target_os = "freebsd" , any( freebsd11, freebsd10) ) ,
1576
1576
link_name = "readdir_r@FBSD_1.0"
1577
1577
) ]
1578
- /// The 64-bit libc on Solaris and illumos only has readdir_r. If a
1578
+ #[ allow( non_autolinks) ] // FIXME: `<>` breaks line length limit.
1579
+ /// The 64-bit libc on Solaris and illumos only has readdir_r. If a
1579
1580
/// 32-bit Solaris or illumos target is ever created, it should use
1580
- /// __posix_readdir_r. See libc(3LIB) on Solaris or illumos:
1581
+ /// __posix_readdir_r. See libc(3LIB) on Solaris or illumos:
1581
1582
/// https://illumos.org/man/3lib/libc
1582
1583
/// https://docs.oracle.com/cd/E36784_01/html/E36873/libc-3lib.html
1583
1584
/// https://www.unix.com/man-page/opensolaris/3LIB/libc/
You can’t perform that action at this time.
0 commit comments