Ignore:
Timestamp:
Jun 26, 2017, 3:15:11 PM (7 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/syscalls.h

    r23 r50  
    528528 * @ return 0 if success / returns -1 if failure.
    529529 ********************************************************************************************/
    530 int sys_gettimeofday( struct timeval  * tv,
    531                       struct timezone * tz );
     530int sys_timeofday( struct timeval  * tv,
     531                   struct timezone * tz );
    532532
    533533/*********************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.