Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/stdlib.c

    re965dec ra3da2b2  
    3535
    3636#define LIBPOSIX_INTERNAL
    37 #define __POSIX_DEF__(x) posix_##x
    3837
    3938#include "internal/common.h"
     
    6362        // TODO: low priority, just a compile-time dependency of binutils
    6463        not_implemented();
    65         return 1;
    6664}
    6765
     
    233231        // TODO: low priority, just a compile-time dependency of binutils
    234232        not_implemented();
    235         return 0;
    236233}
    237234
     
    246243int posix_system(const char *string) {
    247244        // TODO: does nothing at the moment
    248         not_implemented();
    249245        return 0;
    250246}
Note: See TracChangeset for help on using the changeset viewer.