mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-12-01 02:40:42 +00:00
update third_party/musl/ndk_musl_include/dlfcn.h.
Signed-off-by: lubinglun <lubinglun@huawei.com>
This commit is contained in:
parent
3649827d61
commit
aa8722d34b
8
third_party/musl/ndk_musl_include/dlfcn.h
vendored
8
third_party/musl/ndk_musl_include/dlfcn.h
vendored
@ -29,14 +29,14 @@ void *dlsym(void *__restrict, const char *__restrict);
|
||||
/**
|
||||
* @brief Obtain address of a symbol in a shared object or executable
|
||||
*
|
||||
* @param (void *__restrict): the handle to the dynamic link library
|
||||
* @param (const char *restrict): the name of the symbol to be looked up
|
||||
* @param (const char *restrict): the specific version of the symbol to be looked up
|
||||
* @param (void *__restrict) the handle to the dynamic link library
|
||||
* @param (const char *restrict) the name of the symbol to be looked up
|
||||
* @param (const char *restrict) the specific version of the symbol to be looked up
|
||||
*
|
||||
* @return On success, return the address associated with symbol. On failure, return NULL
|
||||
* @since 12
|
||||
*/
|
||||
void *dlvsym(void *__restrict, const char *__restrict, const char *__restrict);
|
||||
void *dlvsym(void *__restrict, const char *__restrict, const char *__restrict);
|
||||
|
||||
/* namespace apis */
|
||||
#define NS_NAME_MAX 255
|
||||
|
Loading…
Reference in New Issue
Block a user