repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ldso: Fix compile-error on noMMU
[uclibc-ng.git]
/
libpthread
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
sparc
/
pt-vfork.S
blob
e8705c54b235ecf764bb0bff1ef1144ea338fb2a
1
#if defined(__arch64__)
2
#include "sparc64/pt-vfork.S"
3
#else
4
#include "sparc32/pt-vfork.S"
5
#endif