Re: [PATCH] stream: Add support for 64-bit integers
Bernhard Reutner-Fischer <[email protected]> Thu, 4 Apr 2019 17:02:23 +0200
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAC1BbcS=enOvxs9cnTj3VTyLfeDaPUWiVGZKvFjxEvjA_qC-ZQ@mail.gmail.com> |
On Tue, 2 Apr 2019 at 06:07, Rosen Penev <[email protected]> wrote: > > Many programs like gptfdisk or powertop try to use 64-bit integers with > streams. This adds support for them. I had to tweak the test a bit and also had to adjust the expected test-output. make check resp, for a diff: make check V=1 Applied with these minor edits, thanks!