1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

stdio-common: Include correct skeleton in scanf input specifier tests

Follow 'scanf' itself and use the system header inclusion variant for
the data-type-specific skeleton consistently across the remaining scanf
family functions so that any sysdeps/ variant takes precedence even in
the presence of a corresponding skeleton in stdio-common/ (though we
have no such arrangement at the moment).

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
Maciej W. Rozycki
2025-08-23 01:02:10 +01:00
parent ca0f999a93
commit 2419637eb0
70 changed files with 70 additions and 70 deletions

View File

@@ -19,4 +19,4 @@
#include "tst-scanf-format-skeleton.h"
#include "tst-scanf-format-vf.h"
#include "tst-scanf-format-real.h"
#include "tst-scanf-format-skeleton-float.c"
#include <tst-scanf-format-skeleton-float.c>