Changeset 638 for trunk/kernel/syscalls


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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.