repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
support: Also return fd when it is 0
[glibc.git]
/
elf
/
tst-ldconfig-ld-mod.c
blob
f8f658d03be828547fddb68857429a7275fedf5b
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
void
5
bar
(
void
)
6
{
7
printf
(
"Called DSO.
\n
"
);
8
}