File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ It allows you to view some command's progress without filling whole
55screen by extraneous details.
66
77Written in C using modern POSIX and OpenBSD features.
8- Build testing happens on OpenBSD, Linux, MacOS and FreeBSD for now.
8+ Build testing happens on OpenBSD, Linux, macOS and FreeBSD for now.
99Portability patches are welcome.
1010
1111The code is distributed under BSD 2-clause license, except a few
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ proceed_file(int fd, long long *lineno) {
379379 timespecclear (pt );
380380 }
381381
382- // ppoll(2) is not supported on MacOS
382+ // ppoll(2) is not supported on macOS
383383 poll_timeout = pt ?
384384 (int )(pt -> tv_sec * 1000 + pt -> tv_nsec / 1000000 ) : -1 ;
385385 nready = poll (pfd , 1 , poll_timeout );
You can’t perform that action at this time.
0 commit comments