Changeset 650 for trunk/libs/mini-libc


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

Simplify the pthread_parallel_create() syscall.

Location:
trunk/libs/mini-libc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/stdlib.c

    r637 r650  
    22 * stdlib.c - User level <stdlib> library implementation.
    33 *
    4  * Author     Alain Greiner (2016,2017)
     4 * Author     Alain Greiner (2016,2017,2018,2019)
    55 *
    66 * Copyright (c) UPMC Sorbonne Universites
  • 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.