repo.or.cz
/
polipo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjust locking to prevent clients from stalling out when memory is reclaimed.
[polipo.git]
/
ftsimport.h
blob
44d6433cf44f7101b29bff55e4a936ddc323fdc1
1
#ifdef HAVE_FTS
2
#include <fts.h>
3
#else
4
#include
"fts_compat.h"
5
#endif
6