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
uk_UA: Add alternative month names (bug 10871).
[glibc.git]
/
dlfcn
/
moddummy1.c
blob
6e549fa7d2c4fdb9ced59cabd86afa5c477b94c5
1
/* Provide a dummy DSO for tst-rec-dlopen to use. */
2
#include <stdio.h>
3
#include <stdlib.h>
4
5
int
6
dummy1
(
void
)
7
{
8
printf
(
"Called dummy1()
\n
"
);
9
return
1
;
10
}