On 07/01/19 01:04, Ayappan P2 wrote:
> The poll() solution is working in AIX. Great.
Thanks for testing. Pushed at:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=d5ab4cb
cheers,
Pádraig
Hello Eric,
On 2019-01-12 8:42 a.m., Eric Blake wrote:
On 1/11/19 6:23 PM, Assaf Gordon wrote:
- optind = 0;
+ optind = 1;
Ouch. You're hitting the portability problem of the difference between
BSD and glibc.
Otherwise many things fail like so:
$ ./src/dd
./src/dd: unrecognized o
On 1/11/19 6:23 PM, Assaf Gordon wrote:
> For the gnulib patch, I believe the following is needed:
>
> diff --git a/lib/long-options.c b/lib/long-options.c
> index 52ef1f2f8..9567d5135 100644
> --- a/lib/long-options.c
> +++ b/lib/long-options.c
> @@ -139,7 +139,7 @@ parse_gnu_standard_option