Changeset 38d8849 in mainline for uspace/lib/c/include/stats.h


Ignore:
Timestamp:
2018-07-16T15:58:51Z (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:
db51219f
Parents:
c124c985
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-14 16:53:46)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-16 15:58:51)
Message:

Privatize <thread.h>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stats.h

    rc124c985 r38d8849  
    3737
    3838#include <task.h>
    39 #include <thread.h>
    4039#include <stdint.h>
    4140#include <stdbool.h>
     
    5352
    5453extern stats_thread_t *stats_get_threads(size_t *);
    55 extern stats_thread_t *stats_get_thread(thread_id_t);
    5654
    5755extern stats_exc_t *stats_get_exceptions(size_t *);
Note: See TracChangeset for help on using the changeset viewer.