Ignore:
File:
1 edited

Legend:

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

    r820104d rbf963b9  
    389389        // TODO: low priority, just a compile-time dependency of binutils
    390390        not_implemented();
    391         return -1;
    392391}
    393392
     
    400399        // TODO: low priority, just a compile-time dependency of binutils
    401400        not_implemented();
    402         return -1;
    403401}
    404402
     
    413411        // TODO: low priority, just a compile-time dependency of binutils
    414412        not_implemented();
    415         return -1;
    416413}
    417414
     
    426423        // TODO: low priority, just a compile-time dependency of binutils
    427424        not_implemented();
    428         return -1;
    429425}
    430426
     
    438434        // TODO: low priority, just a compile-time dependency of binutils
    439435        not_implemented();
    440         return -1;
    441436}
    442437
Note: See TracChangeset for help on using the changeset viewer.