Changeset 638 for trunk/kernel


Ignore:
Timestamp:
Jul 18, 2019, 6:48:08 PM (5 years ago)
Author:
alain
Message:

Fix a bug in the FFT work function (wrong upriv buffer allocation).

Location:
trunk/kernel
Files:
2 edited

Legend:

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

    r629 r638  
    171171
    172172/*****************************************************************************************
    173  * This structure defines a FATFS specific context (extension to VFS context).
     173 * This structure defines a FATFS specific context extension to the VFS context.
    174174 * This fatfs context is replicated in all clusters.
    175175 *
  • trunk/kernel/syscalls/shared_include/shared_pthread.h

    r604 r638  
    9898/*******************************************************************************************
    9999 * These typedef and enum define the shared informations related to POSIX barriers.
    100  * The following struct is NOT used in the current implementation or the POSIX barrier
    101  * that is based on a - non scalable - single shared variable.
    102  * It can be used by another implementation, based on a distributed quadtree implemented
    103  * in user space, and relying on a busy waiting policy.
     100 * The following struct is only used in the QDT implementation or the POSIX barrier.
    104101 ******************************************************************************************/
    105102
Note: See TracChangeset for help on using the changeset viewer.