Changeset f787c8e in mainline for uspace/lib/c/generic/thread/futex.c


Ignore:
Timestamp:
2018-08-01T18:37:54Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82d9087
Parents:
1de92fb0
Message:

Move some internal interfaces to private headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/thread/futex.c

    r1de92fb0 rf787c8e  
    3333 */
    3434
    35 #include <futex.h>
    36 
    3735#include <assert.h>
    3836#include <atomic.h>
     
    4139
    4240#include "../private/fibril.h"
     41#include "../private/futex.h"
    4342
    4443//#define DPRINTF(...) kio_printf(__VA_ARGS__)
Note: See TracChangeset for help on using the changeset viewer.