[PATCH] Add missing include to posix/tst-dir.c
Tulio Magno Quites Machado Filho
tuliom@linux.vnet.ibm.com
Mon Feb 22 14:31:00 GMT 2016
Florian Weimer <fw@deneb.enyo.de> writes:
> * Tulio Magno Quites Machado Filho:
>
>> A recent change to posix/tst-dir.c started to use macros from
>> libc-internal.h but didn't include it, causing build issues.
>>
>> 2016-02-22 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
>>
>> * posix/tst-dir.c: Include libc-internal.h.
>
> I have never seen a need to include <libc-internal.h> like this
> before. How are you building the tests that you need this?
There is nothing special:
configure --prefix=/usr --with-cpu=power8 --enable-add-ons
make
make -k check
I'm using GCC 4.8.4.
It seems we already have some testcases doing that:
$ find . -type f \( -name 'test-*' -o -name 'tst-*' -o -name 'bug*' \) \
| xargs grep -n libc-internal.h
./stdio-common/tst-printfsz.c:5:#include <libc-internal.h>
./stdio-common/tst-unlockedio.c:23:#include <libc-internal.h>
./stdio-common/test-vfprintf.c:28:#include <libc-internal.h>
./stdio-common/tst-sprintf.c:5:#include <libc-internal.h>
./stdio-common/bug21.c:2:#include <libc-internal.h>
./stdio-common/tst-printf.c:29:#include <libc-internal.h>
./string/tst-endian.c:6:#include <libc-internal.h>
./misc/tst-error1.c:6:#include <libc-internal.h>
--
Tulio Magno
More information about the Libc-alpha
mailing list