mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
591236f1a3
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>
9 lines
88 B
C
9 lines
88 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
void
|
|
bar (void)
|
|
{
|
|
printf ("Called DSO.\n");
|
|
}
|