diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-14 21:26:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-14 21:26:41 +0000 |
commit | c9f1fc22d1e7b8e30ac662fa61bc27f32f9d684a (patch) | |
tree | b46f0bce81b22eadfb50449629601998be722321 /libio | |
parent | 0c981d96785722446274b9c69bf2e22876374126 (diff) | |
download | glibc-c9f1fc22d1e7b8e30ac662fa61bc27f32f9d684a.tar.gz glibc-c9f1fc22d1e7b8e30ac662fa61bc27f32f9d684a.tar.xz glibc-c9f1fc22d1e7b8e30ac662fa61bc27f32f9d684a.zip |
(bug-ungetwc2-ENV): Define.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile index b03e4895f7..754db575a6 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -87,6 +87,7 @@ tst-fopenloc-ENV = LOCPATH=$(common-objpfx)localedata \ tst-fgetws-ENV = LOCPATH=$(common-objpfx)localedata tst-ungetwc1-ENV = LOCPATH=$(common-objpfx)localedata tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata +bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata generated = tst-fopenloc.mtrace tst-fopenloc.check |