Ignore:
Timestamp:
2018-08-01T18:37:54Z (7 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/fibril_synch.c

    r1de92fb0 rf787c8e  
    3737#include <async.h>
    3838#include <adt/list.h>
    39 #include <futex.h>
    4039#include <sys/time.h>
    4140#include <errno.h>
     
    5049#include "../private/async.h"
    5150#include "../private/fibril.h"
     51#include "../private/futex.h"
    5252
    5353void fibril_rmutex_initialize(fibril_rmutex_t *m)
Note: See TracChangeset for help on using the changeset viewer.