index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpthread
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
sparc
/
vfork.S
blob: 160cd0b10b20aaa59213a18379e165b05512608c (
plain
)
1
2
3
4
5
#if defined(__arch64__)
#include "sparc64/vfork.S"
#else
#include "sparc32/vfork.S"
#endif