[PATCH v2 12/14] stdio-common: Include correct skeleton in scanf input specifier tests
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Fri Aug 15 14:37:08 GMT 2025
On 05/06/25 14:59, Maciej W. Rozycki wrote:
> From: Maciej W. Rozycki <macro@redhat.com>
>
> 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).
> ---
> No change from v1 (formerly 13/15).
LGTM, thanks.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
> ---
> stdio-common/tst-scanf-format-f-c.c | 2 +-
> stdio-common/tst-scanf-format-f-char.c | 2 +-
> stdio-common/tst-scanf-format-f-double.c | 2 +-
> stdio-common/tst-scanf-format-f-float.c | 2 +-
> stdio-common/tst-scanf-format-f-int.c | 2 +-
> stdio-common/tst-scanf-format-f-ldouble.c | 2 +-
> stdio-common/tst-scanf-format-f-llong.c | 2 +-
> stdio-common/tst-scanf-format-f-long.c | 2 +-
> stdio-common/tst-scanf-format-f-short.c | 2 +-
> stdio-common/tst-scanf-format-f-uchar.c | 2 +-
> stdio-common/tst-scanf-format-f-uint.c | 2 +-
> stdio-common/tst-scanf-format-f-ullong.c | 2 +-
> stdio-common/tst-scanf-format-f-ulong.c | 2 +-
> stdio-common/tst-scanf-format-f-ushort.c | 2 +-
> stdio-common/tst-scanf-format-ss-c.c | 2 +-
> stdio-common/tst-scanf-format-ss-char.c | 2 +-
> stdio-common/tst-scanf-format-ss-double.c | 2 +-
> stdio-common/tst-scanf-format-ss-float.c | 2 +-
> stdio-common/tst-scanf-format-ss-int.c | 2 +-
> stdio-common/tst-scanf-format-ss-ldouble.c | 2 +-
> stdio-common/tst-scanf-format-ss-llong.c | 2 +-
> stdio-common/tst-scanf-format-ss-long.c | 2 +-
> stdio-common/tst-scanf-format-ss-short.c | 2 +-
> stdio-common/tst-scanf-format-ss-uchar.c | 2 +-
> stdio-common/tst-scanf-format-ss-uint.c | 2 +-
> stdio-common/tst-scanf-format-ss-ullong.c | 2 +-
> stdio-common/tst-scanf-format-ss-ulong.c | 2 +-
> stdio-common/tst-scanf-format-ss-ushort.c | 2 +-
> stdio-common/tst-scanf-format-v-c.c | 2 +-
> stdio-common/tst-scanf-format-v-char.c | 2 +-
> stdio-common/tst-scanf-format-v-double.c | 2 +-
> stdio-common/tst-scanf-format-v-float.c | 2 +-
> stdio-common/tst-scanf-format-v-int.c | 2 +-
> stdio-common/tst-scanf-format-v-ldouble.c | 2 +-
> stdio-common/tst-scanf-format-v-llong.c | 2 +-
> stdio-common/tst-scanf-format-v-long.c | 2 +-
> stdio-common/tst-scanf-format-v-short.c | 2 +-
> stdio-common/tst-scanf-format-v-uchar.c | 2 +-
> stdio-common/tst-scanf-format-v-uint.c | 2 +-
> stdio-common/tst-scanf-format-v-ullong.c | 2 +-
> stdio-common/tst-scanf-format-v-ulong.c | 2 +-
> stdio-common/tst-scanf-format-v-ushort.c | 2 +-
> stdio-common/tst-scanf-format-vf-c.c | 2 +-
> stdio-common/tst-scanf-format-vf-char.c | 2 +-
> stdio-common/tst-scanf-format-vf-double.c | 2 +-
> stdio-common/tst-scanf-format-vf-float.c | 2 +-
> stdio-common/tst-scanf-format-vf-int.c | 2 +-
> stdio-common/tst-scanf-format-vf-ldouble.c | 2 +-
> stdio-common/tst-scanf-format-vf-llong.c | 2 +-
> stdio-common/tst-scanf-format-vf-long.c | 2 +-
> stdio-common/tst-scanf-format-vf-short.c | 2 +-
> stdio-common/tst-scanf-format-vf-uchar.c | 2 +-
> stdio-common/tst-scanf-format-vf-uint.c | 2 +-
> stdio-common/tst-scanf-format-vf-ullong.c | 2 +-
> stdio-common/tst-scanf-format-vf-ulong.c | 2 +-
> stdio-common/tst-scanf-format-vf-ushort.c | 2 +-
> stdio-common/tst-scanf-format-vs-c.c | 2 +-
> stdio-common/tst-scanf-format-vs-char.c | 2 +-
> stdio-common/tst-scanf-format-vs-double.c | 2 +-
> stdio-common/tst-scanf-format-vs-float.c | 2 +-
> stdio-common/tst-scanf-format-vs-int.c | 2 +-
> stdio-common/tst-scanf-format-vs-ldouble.c | 2 +-
> stdio-common/tst-scanf-format-vs-llong.c | 2 +-
> stdio-common/tst-scanf-format-vs-long.c | 2 +-
> stdio-common/tst-scanf-format-vs-short.c | 2 +-
> stdio-common/tst-scanf-format-vs-uchar.c | 2 +-
> stdio-common/tst-scanf-format-vs-uint.c | 2 +-
> stdio-common/tst-scanf-format-vs-ullong.c | 2 +-
> stdio-common/tst-scanf-format-vs-ulong.c | 2 +-
> stdio-common/tst-scanf-format-vs-ushort.c | 2 +-
> 70 files changed, 70 insertions(+), 70 deletions(-)
>
> glibc-tst-scanf-format-all-skeleton-isystem.diff
> Index: glibc/stdio-common/tst-scanf-format-f-c.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-c.c
> +++ glibc/stdio-common/tst-scanf-format-f-c.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-character.h"
> -#include "tst-scanf-format-skeleton-c.c"
> +#include <tst-scanf-format-skeleton-c.c>
> Index: glibc/stdio-common/tst-scanf-format-f-char.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-char.c
> +++ glibc/stdio-common/tst-scanf-format-f-char.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-char.c"
> +#include <tst-scanf-format-skeleton-char.c>
> Index: glibc/stdio-common/tst-scanf-format-f-double.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-double.c
> +++ glibc/stdio-common/tst-scanf-format-f-double.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-double.c"
> +#include <tst-scanf-format-skeleton-double.c>
> Index: glibc/stdio-common/tst-scanf-format-f-float.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-float.c
> +++ glibc/stdio-common/tst-scanf-format-f-float.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-float.c"
> +#include <tst-scanf-format-skeleton-float.c>
> Index: glibc/stdio-common/tst-scanf-format-f-int.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-int.c
> +++ glibc/stdio-common/tst-scanf-format-f-int.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-int.c"
> +#include <tst-scanf-format-skeleton-int.c>
> Index: glibc/stdio-common/tst-scanf-format-f-ldouble.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-ldouble.c
> +++ glibc/stdio-common/tst-scanf-format-f-ldouble.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-ldouble.c"
> +#include <tst-scanf-format-skeleton-ldouble.c>
> Index: glibc/stdio-common/tst-scanf-format-f-llong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-llong.c
> +++ glibc/stdio-common/tst-scanf-format-f-llong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-llong.c"
> +#include <tst-scanf-format-skeleton-llong.c>
> Index: glibc/stdio-common/tst-scanf-format-f-long.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-long.c
> +++ glibc/stdio-common/tst-scanf-format-f-long.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-long.c"
> +#include <tst-scanf-format-skeleton-long.c>
> Index: glibc/stdio-common/tst-scanf-format-f-short.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-short.c
> +++ glibc/stdio-common/tst-scanf-format-f-short.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-short.c"
> +#include <tst-scanf-format-skeleton-short.c>
> Index: glibc/stdio-common/tst-scanf-format-f-uchar.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-uchar.c
> +++ glibc/stdio-common/tst-scanf-format-f-uchar.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uchar.c"
> +#include <tst-scanf-format-skeleton-uchar.c>
> Index: glibc/stdio-common/tst-scanf-format-f-uint.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-uint.c
> +++ glibc/stdio-common/tst-scanf-format-f-uint.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uint.c"
> +#include <tst-scanf-format-skeleton-uint.c>
> Index: glibc/stdio-common/tst-scanf-format-f-ullong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-ullong.c
> +++ glibc/stdio-common/tst-scanf-format-f-ullong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ullong.c"
> +#include <tst-scanf-format-skeleton-ullong.c>
> Index: glibc/stdio-common/tst-scanf-format-f-ulong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-ulong.c
> +++ glibc/stdio-common/tst-scanf-format-f-ulong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ulong.c"
> +#include <tst-scanf-format-skeleton-ulong.c>
> Index: glibc/stdio-common/tst-scanf-format-f-ushort.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-f-ushort.c
> +++ glibc/stdio-common/tst-scanf-format-f-ushort.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-f.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ushort.c"
> +#include <tst-scanf-format-skeleton-ushort.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-c.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-c.c
> +++ glibc/stdio-common/tst-scanf-format-ss-c.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-character.h"
> -#include "tst-scanf-format-skeleton-c.c"
> +#include <tst-scanf-format-skeleton-c.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-char.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-char.c
> +++ glibc/stdio-common/tst-scanf-format-ss-char.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-char.c"
> +#include <tst-scanf-format-skeleton-char.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-double.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-double.c
> +++ glibc/stdio-common/tst-scanf-format-ss-double.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-double.c"
> +#include <tst-scanf-format-skeleton-double.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-float.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-float.c
> +++ glibc/stdio-common/tst-scanf-format-ss-float.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-float.c"
> +#include <tst-scanf-format-skeleton-float.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-int.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-int.c
> +++ glibc/stdio-common/tst-scanf-format-ss-int.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-int.c"
> +#include <tst-scanf-format-skeleton-int.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-ldouble.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-ldouble.c
> +++ glibc/stdio-common/tst-scanf-format-ss-ldouble.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-ldouble.c"
> +#include <tst-scanf-format-skeleton-ldouble.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-llong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-llong.c
> +++ glibc/stdio-common/tst-scanf-format-ss-llong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-llong.c"
> +#include <tst-scanf-format-skeleton-llong.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-long.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-long.c
> +++ glibc/stdio-common/tst-scanf-format-ss-long.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-long.c"
> +#include <tst-scanf-format-skeleton-long.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-short.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-short.c
> +++ glibc/stdio-common/tst-scanf-format-ss-short.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-short.c"
> +#include <tst-scanf-format-skeleton-short.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-uchar.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-uchar.c
> +++ glibc/stdio-common/tst-scanf-format-ss-uchar.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uchar.c"
> +#include <tst-scanf-format-skeleton-uchar.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-uint.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-uint.c
> +++ glibc/stdio-common/tst-scanf-format-ss-uint.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uint.c"
> +#include <tst-scanf-format-skeleton-uint.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-ullong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-ullong.c
> +++ glibc/stdio-common/tst-scanf-format-ss-ullong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ullong.c"
> +#include <tst-scanf-format-skeleton-ullong.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-ulong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-ulong.c
> +++ glibc/stdio-common/tst-scanf-format-ss-ulong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ulong.c"
> +#include <tst-scanf-format-skeleton-ulong.c>
> Index: glibc/stdio-common/tst-scanf-format-ss-ushort.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-ss-ushort.c
> +++ glibc/stdio-common/tst-scanf-format-ss-ushort.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-ss.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ushort.c"
> +#include <tst-scanf-format-skeleton-ushort.c>
> Index: glibc/stdio-common/tst-scanf-format-v-c.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-c.c
> +++ glibc/stdio-common/tst-scanf-format-v-c.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-character.h"
> -#include "tst-scanf-format-skeleton-c.c"
> +#include <tst-scanf-format-skeleton-c.c>
> Index: glibc/stdio-common/tst-scanf-format-v-char.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-char.c
> +++ glibc/stdio-common/tst-scanf-format-v-char.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-char.c"
> +#include <tst-scanf-format-skeleton-char.c>
> Index: glibc/stdio-common/tst-scanf-format-v-double.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-double.c
> +++ glibc/stdio-common/tst-scanf-format-v-double.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-double.c"
> +#include <tst-scanf-format-skeleton-double.c>
> Index: glibc/stdio-common/tst-scanf-format-v-float.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-float.c
> +++ glibc/stdio-common/tst-scanf-format-v-float.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-float.c"
> +#include <tst-scanf-format-skeleton-float.c>
> Index: glibc/stdio-common/tst-scanf-format-v-int.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-int.c
> +++ glibc/stdio-common/tst-scanf-format-v-int.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-int.c"
> +#include <tst-scanf-format-skeleton-int.c>
> Index: glibc/stdio-common/tst-scanf-format-v-ldouble.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-ldouble.c
> +++ glibc/stdio-common/tst-scanf-format-v-ldouble.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-ldouble.c"
> +#include <tst-scanf-format-skeleton-ldouble.c>
> Index: glibc/stdio-common/tst-scanf-format-v-llong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-llong.c
> +++ glibc/stdio-common/tst-scanf-format-v-llong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-llong.c"
> +#include <tst-scanf-format-skeleton-llong.c>
> Index: glibc/stdio-common/tst-scanf-format-v-long.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-long.c
> +++ glibc/stdio-common/tst-scanf-format-v-long.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-long.c"
> +#include <tst-scanf-format-skeleton-long.c>
> Index: glibc/stdio-common/tst-scanf-format-v-short.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-short.c
> +++ glibc/stdio-common/tst-scanf-format-v-short.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-short.c"
> +#include <tst-scanf-format-skeleton-short.c>
> Index: glibc/stdio-common/tst-scanf-format-v-uchar.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-uchar.c
> +++ glibc/stdio-common/tst-scanf-format-v-uchar.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uchar.c"
> +#include <tst-scanf-format-skeleton-uchar.c>
> Index: glibc/stdio-common/tst-scanf-format-v-uint.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-uint.c
> +++ glibc/stdio-common/tst-scanf-format-v-uint.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uint.c"
> +#include <tst-scanf-format-skeleton-uint.c>
> Index: glibc/stdio-common/tst-scanf-format-v-ullong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-ullong.c
> +++ glibc/stdio-common/tst-scanf-format-v-ullong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ullong.c"
> +#include <tst-scanf-format-skeleton-ullong.c>
> Index: glibc/stdio-common/tst-scanf-format-v-ulong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-ulong.c
> +++ glibc/stdio-common/tst-scanf-format-v-ulong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ulong.c"
> +#include <tst-scanf-format-skeleton-ulong.c>
> Index: glibc/stdio-common/tst-scanf-format-v-ushort.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-v-ushort.c
> +++ glibc/stdio-common/tst-scanf-format-v-ushort.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-v.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ushort.c"
> +#include <tst-scanf-format-skeleton-ushort.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-c.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-c.c
> +++ glibc/stdio-common/tst-scanf-format-vf-c.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-character.h"
> -#include "tst-scanf-format-skeleton-c.c"
> +#include <tst-scanf-format-skeleton-c.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-char.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-char.c
> +++ glibc/stdio-common/tst-scanf-format-vf-char.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-char.c"
> +#include <tst-scanf-format-skeleton-char.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-double.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-double.c
> +++ glibc/stdio-common/tst-scanf-format-vf-double.c
> @@ -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-double.c"
> +#include <tst-scanf-format-skeleton-double.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-float.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-float.c
> +++ glibc/stdio-common/tst-scanf-format-vf-float.c
> @@ -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>
> Index: glibc/stdio-common/tst-scanf-format-vf-int.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-int.c
> +++ glibc/stdio-common/tst-scanf-format-vf-int.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-int.c"
> +#include <tst-scanf-format-skeleton-int.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-ldouble.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-ldouble.c
> +++ glibc/stdio-common/tst-scanf-format-vf-ldouble.c
> @@ -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-ldouble.c"
> +#include <tst-scanf-format-skeleton-ldouble.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-llong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-llong.c
> +++ glibc/stdio-common/tst-scanf-format-vf-llong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-llong.c"
> +#include <tst-scanf-format-skeleton-llong.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-long.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-long.c
> +++ glibc/stdio-common/tst-scanf-format-vf-long.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-long.c"
> +#include <tst-scanf-format-skeleton-long.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-short.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-short.c
> +++ glibc/stdio-common/tst-scanf-format-vf-short.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-short.c"
> +#include <tst-scanf-format-skeleton-short.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-uchar.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-uchar.c
> +++ glibc/stdio-common/tst-scanf-format-vf-uchar.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uchar.c"
> +#include <tst-scanf-format-skeleton-uchar.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-uint.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-uint.c
> +++ glibc/stdio-common/tst-scanf-format-vf-uint.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uint.c"
> +#include <tst-scanf-format-skeleton-uint.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-ullong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-ullong.c
> +++ glibc/stdio-common/tst-scanf-format-vf-ullong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ullong.c"
> +#include <tst-scanf-format-skeleton-ullong.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-ulong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-ulong.c
> +++ glibc/stdio-common/tst-scanf-format-vf-ulong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ulong.c"
> +#include <tst-scanf-format-skeleton-ulong.c>
> Index: glibc/stdio-common/tst-scanf-format-vf-ushort.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vf-ushort.c
> +++ glibc/stdio-common/tst-scanf-format-vf-ushort.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vf.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ushort.c"
> +#include <tst-scanf-format-skeleton-ushort.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-c.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-c.c
> +++ glibc/stdio-common/tst-scanf-format-vs-c.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-character.h"
> -#include "tst-scanf-format-skeleton-c.c"
> +#include <tst-scanf-format-skeleton-c.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-char.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-char.c
> +++ glibc/stdio-common/tst-scanf-format-vs-char.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-char.c"
> +#include <tst-scanf-format-skeleton-char.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-double.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-double.c
> +++ glibc/stdio-common/tst-scanf-format-vs-double.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-double.c"
> +#include <tst-scanf-format-skeleton-double.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-float.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-float.c
> +++ glibc/stdio-common/tst-scanf-format-vs-float.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-float.c"
> +#include <tst-scanf-format-skeleton-float.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-int.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-int.c
> +++ glibc/stdio-common/tst-scanf-format-vs-int.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-int.c"
> +#include <tst-scanf-format-skeleton-int.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-ldouble.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-ldouble.c
> +++ glibc/stdio-common/tst-scanf-format-vs-ldouble.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-real.h"
> -#include "tst-scanf-format-skeleton-ldouble.c"
> +#include <tst-scanf-format-skeleton-ldouble.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-llong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-llong.c
> +++ glibc/stdio-common/tst-scanf-format-vs-llong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-llong.c"
> +#include <tst-scanf-format-skeleton-llong.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-long.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-long.c
> +++ glibc/stdio-common/tst-scanf-format-vs-long.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-long.c"
> +#include <tst-scanf-format-skeleton-long.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-short.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-short.c
> +++ glibc/stdio-common/tst-scanf-format-vs-short.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-short.c"
> +#include <tst-scanf-format-skeleton-short.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-uchar.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-uchar.c
> +++ glibc/stdio-common/tst-scanf-format-vs-uchar.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uchar.c"
> +#include <tst-scanf-format-skeleton-uchar.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-uint.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-uint.c
> +++ glibc/stdio-common/tst-scanf-format-vs-uint.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-uint.c"
> +#include <tst-scanf-format-skeleton-uint.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-ullong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-ullong.c
> +++ glibc/stdio-common/tst-scanf-format-vs-ullong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ullong.c"
> +#include <tst-scanf-format-skeleton-ullong.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-ulong.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-ulong.c
> +++ glibc/stdio-common/tst-scanf-format-vs-ulong.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ulong.c"
> +#include <tst-scanf-format-skeleton-ulong.c>
> Index: glibc/stdio-common/tst-scanf-format-vs-ushort.c
> ===================================================================
> --- glibc.orig/stdio-common/tst-scanf-format-vs-ushort.c
> +++ glibc/stdio-common/tst-scanf-format-vs-ushort.c
> @@ -19,4 +19,4 @@
> #include "tst-scanf-format-skeleton.h"
> #include "tst-scanf-format-vs.h"
> #include "tst-scanf-format-integer.h"
> -#include "tst-scanf-format-skeleton-ushort.c"
> +#include <tst-scanf-format-skeleton-ushort.c>
More information about the Libc-alpha
mailing list