Ignore:
Timestamp:
Nov 14, 2019, 11:44:12 AM (4 years ago)
Author:
alain
Message:

Simplify the pthread_parallel_create() syscall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/unistd.h

    r626 r650  
    151151 * @ offset   : used to compute new offset value.
    152152 * @ whence   : operation type (SEEK_SET / SEEK_CUR / SEEK_END)
    153  * @ return 0 if success / returns -1 if failure.
     153 * @ return new offset value if success / returns -1 if failure.
    154154 ****************************************************************************************/
    155155int lseek( int           fd,
Note: See TracChangeset for help on using the changeset viewer.