Ignore:
Timestamp:
2018-08-01T18:15:53Z (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:
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/thread.c

    rd742db21 r6340b4d2  
    4444#include <errno.h>
    4545#include <as.h>
    46 #include "private/thread.h"
    47 #include "private/fibril.h"
     46
     47#include "../private/thread.h"
     48#include "../private/fibril.h"
    4849
    4950/** Main thread function.
Note: See TracChangeset for help on using the changeset viewer.