File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ clock_t __hsunix_clocks_per_second (void) {return CLOCKS_PER_SEC;}
36
36
* GNU glibc 2.23 and later deprecate `readdir_r` in favour of plain old
37
37
* `readdir` which in some upcoming POSIX standard is going to required to be
38
38
* re-entrant.
39
- * Eventually we want to drop `readder_r ` all together, but want to be
39
+ * Eventually we want to drop `readdir_r ` all together, but want to be
40
40
* compatible with older unixen which may not have a re-entrant `readdir`.
41
- * Solution is to make systems with *known* re-entrant `readir ` use that and use
41
+ * Solution is to make systems with *known* re-entrant `readdir ` use that and use
42
42
* `readdir_r` wherever we have it and don't *know* that `readdir` is
43
43
* re-entrant.
44
44
*/
You can’t perform that action at this time.
0 commit comments