Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
build
/
uClibc
/
test
/
dlopen
/
libtest.c
blob: 3fd137f06a182fc4389e43f819a9199c34631363 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<pthread.h>
#include
<stdint.h>
void
dltest
(
uint32_t
**
value1
,
uint32_t
**
value2
);
void
dltest
(
uint32_t
**
value1
,
uint32_t
**
value2
)
{
*
value1
=
(
uint32_t
*)
pthread_once
;
*
value2
=
(
uint32_t
*)
pthread_self
;
}