repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()
[Samba.git]
/
tests
/
shlib.c
blob
eddb76ff2a27ba20b472b44028f978ec6992895f
1
/* a trivial function used to test building shared libraries */
2
3
int
foo
(
void
);
4
5
int
foo
(
void
)
6
{
7
return
1
;
8
}