Changeset 4db1fbf in mainline for uspace/lib/c/generic/fibril_synch.c


Ignore:
Timestamp:
2011-01-28T20:34:57Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e26a4633
Parents:
007e6efa
Message:

make the libc private header really private (i.e. do not allow to be included from outside the library easily)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/fibril_synch.c

    r007e6efa r4db1fbf  
    3636#include <fibril.h>
    3737#include <async.h>
    38 #include <async_priv.h>
    3938#include <adt/list.h>
    4039#include <futex.h>
     
    4443#include <stacktrace.h>
    4544#include <stdlib.h>
     45#include "priv/async.h"
    4646
    4747static void optimize_execution_power(void)
Note: See TracChangeset for help on using the changeset viewer.