Re: [PATCH] tools/gpio: Don't use u_int32_t

From: Linus Walleij
Date: Wed Dec 20 2017 - 04:37:03 EST


On Thu, Dec 14, 2017 at 9:26 PM, Jonathan NeuschÃfer
<j.neuschaefer@xxxxxxx> wrote:

> u_int32_t is a non-standard version of uint32_t, that was apparently
> introduced by BSD. Use uint32_t from stdint.h instead.
>
> Signed-off-by: Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx>

Patch applied.

Yours,
Linus Walleij