Ignore:
File:
1 edited

Legend:

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

    rc6f1eb05 r9d58539  
    3838#include <stdlib.h>
    3939#include <dlfcn.h>
    40 
    41 #ifdef CONFIG_RTLD
    4240
    4341#include <rtld/module.h>
     
    8987}
    9088
    91 #else /* CONFIG_RTLD not defined */
    92 
    93 void *dlopen(const char *path, int flag)
    94 {
    95         return NULL;
    96 }
    97 
    98 void *dlsym(void *mod, const char *sym_name)
    99 {
    100         return NULL;
    101 }
    102 
    103 #endif
    104 
    10589/** @}
    10690 */
Note: See TracChangeset for help on using the changeset viewer.