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


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

    r1de92fb0 rf787c8e  
    4242#include <as.h>
    4343#include <context.h>
    44 #include <futex.h>
    4544#include <assert.h>
    4645
     
    5150
    5251#include "../private/thread.h"
     52#include "../private/futex.h"
    5353#include "../private/fibril.h"
    5454#include "../private/libc.h"
Note: See TracChangeset for help on using the changeset viewer.