diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-01-28 20:20:56 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-01-28 20:20:56 -0500 |
commit | 9798558082fae4ec99c602634c7e4a2cc6273905 (patch) | |
tree | f2b86f049dde14cf5fe977133af33f24964bc627 /.headers.mk | |
parent | cd03132ea665b2bf0e174c8e81ff9d5d7f99f842 (diff) |
update reflecting renamed files in 9899-1990
Diffstat (limited to '.headers.mk')
-rw-r--r-- | .headers.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.headers.mk b/.headers.mk index 700596e1..1b18ebe0 100644 --- a/.headers.mk +++ b/.headers.mk @@ -98,9 +98,9 @@ locale_h_SOURCES = \ std/9899-1990/locale/LC_MONETARY.c \ std/9899-1990/locale/LC_NUMERIC.c \ std/9899-1990/locale/LC_TIME.c \ - std/9899-1990/locale/lconv.c \ std/9899-1990/locale/localeconv.c \ std/9899-1990/locale/setlocale.c \ + std/9899-1990/locale/struct_lconv.c \ std/9899-1990/locale/NULL.ref \ std/9899-1990/stddef/NULL.c @@ -335,9 +335,9 @@ time_h_SOURCES = \ std/9899-1990/time/localtime.c \ std/9899-1990/time/mktime.c \ std/9899-1990/time/strftime.c \ + std/9899-1990/time/struct_tm.c \ std/9899-1990/time/time.c \ std/9899-1990/time/time_t.c \ - std/9899-1990/time/tm.c \ std/9899-1990/time/NULL.ref \ std/9899-1990/stddef/NULL.c \ std/9899-1990/time/size_t.ref \ |