rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git] / elf / unload3mod3.c
1 #include <stdio.h>
2
3 int
4 foo (int x)
5 {
6   puts ("foo");
7   return x * 2;
8 }