Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/include/stdlib.h

    r44e8541 rdd50aa19  
    122122    __attribute__((malloc));
    123123
     124extern void *reallocarray(void *ptr, size_t nelem, size_t elsize)
     125    __attribute__((warn_unused_result));
     126
    124127__HELENOS_DECLS_END;
    125128#endif
Note: See TracChangeset for help on using the changeset viewer.