repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
set AD bit in dns queries, suppress for internal use
[musl.git]
/
src
/
dirent
/
telldir.c
blob
cf25acff632b00f5484ba75f75531ae523008bef
1
#include <dirent.h>
2
#include
"__dirent.h"
3
4
long
telldir
(
DIR
*
dir
)
5
{
6
return
dir
->
tell
;
7
}