glibc/elf/tst-ldconfig-ld-mod.c
Alexandra Hájková 591236f1a3 elf: Add tst-ldconfig-ld_so_conf-update test
Test ldconfig after /etc/ld.so.conf update and verify a running process
 observes changes to /etc/ld.so.cache.
 The test uses the test-in-container framework.

 Reviewed-by: Arjun Shankar <arjun@redhat.com>
2020-01-09 20:47:19 +01:00

9 lines
88 B
C

#include <stdio.h>
#include <stdlib.h>
void
bar (void)
{
printf ("Called DSO.\n");
}