Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/lib/memfnc.h

    r83dab11 r2f7d77c6  
    5151    __attribute__((nonnull(1, 2)))
    5252    ATTRIBUTE_OPTIMIZE("-fno-tree-loop-distribute-patterns") DO_NOT_DISCARD;
     53extern int memcmp(const void *, const void *, size_t len)
     54    __attribute__((nonnull(1, 2)))
     55    ATTRIBUTE_OPTIMIZE("-fno-tree-loop-distribute-patterns") DO_NOT_DISCARD;
    5356
    5457#define alloca(size) __builtin_alloca((size))
Note: See TracChangeset for help on using the changeset viewer.