Changeset 440 for trunk/kernel/fs


Ignore:
Timestamp:
May 3, 2018, 5:51:22 PM (6 years ago)
Author:
alain
Message:

1/ Fix a bug in the Multithreaded "sort" applicationr:
The pthread_create() arguments must be declared as global variables.
2/ The exit syscall can be called by any thread of a process..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/fatfs.c

    r438 r440  
    6161
    6262//////////////////////////////////////////////////////////////////////////////////////////
    63 // This function returns the LBA of the first sector of a FAT cluster.
     63// This static function returns the LBA of the first sector of a FAT cluster.
    6464// This function can be called by any thread running in any cluster.
    6565//////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.