Changeset c735afb in mainline for uspace/lib/cpp/include/cstdlib


Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
199b6d8
Parents:
b57a3ee
git-author:
Dzejrou <dzejrou@…> (2018-06-25 18:54:33)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: fix problems caused by new HelenOS changes (and leftowers from rebase)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/cstdlib

    rb57a3ee rc735afb  
    7878    /* using std::hel::wcstombs; */
    7979
    80     using std::hel::random; // Supposed to be rand.
    81     using std::hel::srandom; // Supposed to be srand.
     80    using std::hel::rand;
     81    using std::hel::srand;
    8282    using std::hel::qsort;
    8383    /* using std::hel::bsearch; */
     
    127127/* using std::hel::wcstombs; */
    128128
    129 using std::hel::random; // Supposed to be rand.
    130 using std::hel::srandom; // Supposed to be srand.
     129using std::hel::rand;
     130using std::hel::srand;
    131131using std::hel::qsort;
    132132/* using std::hel::bsearch; */
Note: See TracChangeset for help on using the changeset viewer.