diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-02 19:45:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-02 19:45:33 -0700 |
commit | 5d2e69766a8faba5bae37702094c36113365a6ca (patch) | |
tree | 15e0ea1f811e08c63f5feefadeb85d9a2ae66c48 /libio/Makefile | |
parent | 22bb992d51903bc8cd5f67a207d00e3a6aa8e1a9 (diff) | |
download | glibc-5d2e69766a8faba5bae37702094c36113365a6ca.tar glibc-5d2e69766a8faba5bae37702094c36113365a6ca.tar.gz glibc-5d2e69766a8faba5bae37702094c36113365a6ca.tar.bz2 glibc-5d2e69766a8faba5bae37702094c36113365a6ca.zip |
Fix fsetpos on wide stream.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 501e80c2ee..83b9458dc2 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -58,7 +58,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst-memstream1 tst-memstream2 \ tst-wmemstream1 tst-wmemstream2 \ bug-memstream1 bug-wmemstream1 \ - tst-setvbuf1 tst-popen1 tst-fgetwc + tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. |