Ignore:
File:
1 edited

Legend:

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

    rbc56f30 r4805495  
    3737#define _LIBC_DLFCN_H_
    3838
    39 #include <_bits/decls.h>
    40 
    41 __C_DECLS_BEGIN;
    42 
    4339void *dlopen(const char *, int);
    4440void *dlsym(void *, const char *);
    45 
    46 __C_DECLS_END;
    4741
    4842#endif
Note: See TracChangeset for help on using the changeset viewer.