Ignore:
File:
1 edited

Legend:

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

    r8a1fb09 r47b7006  
    4141 */
    4242
    43 #include <libc.h>
     43#include <stdio.h>
     44#include <unistd.h>
    4445#include <stdlib.h>
     46#include <malloc.h>
    4547#include <tls.h>
    4648#include <fibril.h>
     
    5254#include "private/malloc.h"
    5355#include "private/io.h"
    54 
    55 #ifdef CONFIG_RTLD
    56 #include <rtld/rtld.h>
    57 #endif
    5856
    5957static bool env_setup = false;
     
    8179        char **argv;
    8280       
    83 #ifdef __IN_SHARED_LIBC__
    84         if (__pcb != NULL && __pcb->rtld_runtime != NULL) {
    85                 runtime_env = (runtime_env_t *) __pcb->rtld_runtime;
    86         }
    87 #endif
    8881        /*
    8982         * Get command line arguments and initialize
Note: See TracChangeset for help on using the changeset viewer.