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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user