diff options
Diffstat (limited to 'sysdeps/wordsize-64')
-rw-r--r-- | sysdeps/wordsize-64/Dist | 2 | ||||
-rw-r--r-- | sysdeps/wordsize-64/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/wordsize-64/Dist b/sysdeps/wordsize-64/Dist index 625e4d0fc7..5661d79d1d 100644 --- a/sysdeps/wordsize-64/Dist +++ b/sysdeps/wordsize-64/Dist @@ -1 +1 @@ -inttypes.h \ No newline at end of file +inttypes.h diff --git a/sysdeps/wordsize-64/Makefile b/sysdeps/wordsize-64/Makefile index 73b64ed054..87ced71ec1 100644 --- a/sysdeps/wordsize-64/Makefile +++ b/sysdeps/wordsize-64/Makefile @@ -1,3 +1,3 @@ ifeq ($(subdir),stdlib) sysdep_headers += inttypes.h -endif \ No newline at end of file +endif |