Ignore:
Timestamp:
2018-08-01T18:15:53Z (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:
1de92fb0
Parents:
d742db21
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-31 17:01:46)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 18:15:53)
Message:

libc: Put threading-related files into a subdirectory.

File:
1 moved

Legend:

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

    rd742db21 r6340b4d2  
    4949#include <ipc/ipc.h>
    5050#include <libarch/faddr.h>
    51 #include "private/thread.h"
    52 #include "private/fibril.h"
    53 #include "private/libc.h"
     51
     52#include "../private/thread.h"
     53#include "../private/fibril.h"
     54#include "../private/libc.h"
    5455
    5556#define DPRINTF(...) ((void)0)
Note: See TracChangeset for help on using the changeset viewer.