* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.

From-SVN: r39565
This commit is contained in:
Nathan Sidwell 2001-02-09 14:12:51 +00:00 committed by Nathan Sidwell
parent 3b635dfc2c
commit 929408ba11
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-09 Nathan Sidwell <nathan@codesourcery.com>
* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
2001-02-08 Loren J. Rittle <ljrittle@acm.org>
* src/locale-inst.cc (fill_n): Instantiate with size_t arguments.

View File

@ -103,7 +103,7 @@ namespace std {
#ifdef _GLIBCPP_USE_LONG_LONG
# ifdef _GLIBCPP_HAVE_LLDIV_T
struct lldiv_t : _C_legacy::_CPP_lldiv_t_captur { };
struct lldiv_t : _C_legacy::_CPP_lldiv_t_capture { };
# else
struct lldiv_t
{