Ignore:
Timestamp:
2018-01-15T22:39:24Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2013ea9, aec41c8
Parents:
dbbbe75b
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:54:21)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 22:39:24)
Message:

Fix symbols in libsoftint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/comparison.h

    rdbbbe75b r8348846  
    3838
    3939/* Signed comparison (a < b => 0, a == b => 1, a > b => 2). */
    40 extern int __cmpdi2(long long, long long);
     40extern int __cmpdi2(long, long);
     41extern int __cmpti2(long long, long long);
    4142
    4243/* Unsigned comparison (a < b => 0, a == b => 1, a > b => 2). */
    43 extern int __ucmpdi2(unsigned long long, unsigned long long);
     44extern int __ucmpdi2(unsigned long, unsigned long);
     45extern int __ucmpti2(unsigned long long, unsigned long long);
    4446
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.