Skip to content

Commit 8059939

Browse files
committed
fix: pin to 2.17
1 parent 91a8f5f commit 8059939

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

client/src/main/resources/glibc/glibc.redef.aarch64

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
__libc_start_main __dynamic_libc_start_main
18-
clock_gettime clock_gettime@GLIBC_2.28
19-
dlopen dlopen@GLIBC_2.28
20-
dlsym dlsym@GLIBC_2.28
21-
memcpy memcpy@GLIBC_2.28
22-
posix_spawn posix_spawn@GLIBC_2.28
23-
pthread_attr_getguardsize pthread_attr_getguardsize@GLIBC_2.28
24-
pthread_attr_getstack pthread_attr_getstack@GLIBC_2.28
25-
pthread_attr_setstacksize pthread_attr_setstacksize@GLIBC_2.28
26-
pthread_condattr_setclock pthread_condattr_setclock@GLIBC_2.28
27-
pthread_create pthread_create@GLIBC_2.28
28-
pthread_getattr_np pthread_getattr_np@GLIBC_2.28
29-
pthread_join pthread_join@GLIBC_2.28
30-
pthread_kill pthread_kill@GLIBC_2.28
31-
pthread_mutex_trylock pthread_mutex_trylock@GLIBC_2.28
32-
pthread_setname_np pthread_setname_np@GLIBC_2.28
33-
sem_destroy sem_destroy@GLIBC_2.28
34-
sem_init sem_init@GLIBC_2.28
35-
sem_post sem_post@GLIBC_2.28
36-
sem_wait sem_wait@GLIBC_2.28
18+
clock_gettime clock_gettime@GLIBC_2.17
19+
dlopen dlopen@GLIBC_2.17
20+
dlsym dlsym@GLIBC_2.17
21+
memcpy memcpy@GLIBC_2.17
22+
posix_spawn posix_spawn@GLIBC_2.17
23+
pthread_attr_getguardsize pthread_attr_getguardsize@GLIBC_2.17
24+
pthread_attr_getstack pthread_attr_getstack@GLIBC_2.17
25+
pthread_attr_setstacksize pthread_attr_setstacksize@GLIBC_2.17
26+
pthread_condattr_setclock pthread_condattr_setclock@GLIBC_2.17
27+
pthread_create pthread_create@GLIBC_2.17
28+
pthread_getattr_np pthread_getattr_np@GLIBC_2.17
29+
pthread_join pthread_join@GLIBC_2.17
30+
pthread_kill pthread_kill@GLIBC_2.17
31+
pthread_mutex_trylock pthread_mutex_trylock@GLIBC_2.17
32+
pthread_setname_np pthread_setname_np@GLIBC_2.17
33+
sem_destroy sem_destroy@GLIBC_2.17
34+
sem_init sem_init@GLIBC_2.17
35+
sem_post sem_post@GLIBC_2.17
36+
sem_wait sem_wait@GLIBC_2.17

0 commit comments

Comments
 (0)