Changeset fc5f7a8 in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2011-01-29T19:43:15Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bcf1f9
Parents:
10477601
Message:

move async_init(void) into the private header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/libc.c

    r10477601 rfc5f7a8  
    4747#include <thread.h>
    4848#include <fibril.h>
    49 #include <async.h>
    5049#include <as.h>
    5150#include <loader/pcb.h>
    5251#include "private/libc.h"
     52#include "private/async.h"
    5353
    5454void _exit(int status)
Note: See TracChangeset for help on using the changeset viewer.