diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-23 15:32:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-23 15:32:42 +0530 |
commit | ff491d14a2c7329e4b61cb9d937203d4139954f9 (patch) | |
tree | 93ad4e5199ad8f1f9def969d9e96f98a80d73d6b /time/Makefile | |
parent | 7ed3f4e859896fbb8d384a4f101e40df47eb0ef0 (diff) | |
download | glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.tar.gz glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.tar.xz glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.zip |
Consistently use ISSPACE to check for whitespace
Resolves #14888. This only really manifests itself when there are no spaces between format specifiers, which is not allowed by POSIX, but is allowed by the glibc implementation.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index a230268e0c..7f4a7fc6a8 100644 --- a/time/Makefile +++ b/time/Makefile @@ -35,7 +35,7 @@ aux := era alt_digit lc-time-cleanup tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \ tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r bug-mktime1 \ - tst-strptime3 bug-getdate1 + tst-strptime3 bug-getdate1 tst-strptime-whitespace include ../Rules |