]> sourceware.org Git - newlib-cygwin.git/commit
Fix ndbm.c build break
authorDimitar Dimitrov <dimitar@dinux.eu>
Wed, 4 May 2022 17:03:04 +0000 (20:03 +0300)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 4 May 2022 17:08:10 +0000 (13:08 -0400)
commit5cad308baa2edb82cdf5b46bfae369c8b6a0a846
tree0f894ae3435365d629191adce122f19fcd5b4f37
parent90a4ab5eb16a7b3c5451f07d6a4972cb4cbd3dd3
Fix ndbm.c build break

The ndbm.c build broke with:
  Commit 357d7fcc6
  In <stdio.h> provide only necessary types

The above commit exposed a latent missing-header bug:
  newlib/newlib/libc/include/ndbm.h:83:38: error: unknown type name ‘mode_t’

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
newlib/libc/include/ndbm.h
This page took 0.031759 seconds and 5 git commands to generate.