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


Ignore:
Timestamp:
2011-01-28T20:34:57Z (13 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/async.c

    r007e6efa r4db1fbf  
    9494#include <futex.h>
    9595#include <async.h>
    96 #include <async_priv.h>
    9796#include <fibril.h>
    9897#include <stdio.h>
     
    105104#include <arch/barrier.h>
    106105#include <bool.h>
     106#include "priv/async.h"
    107107
    108108atomic_t async_futex = FUTEX_INITIALIZER;
Note: See TracChangeset for help on using the changeset viewer.