summaryrefslogtreecommitdiff
path: root/libc/misc/dirent
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-14 00:17:21 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-14 00:17:21 +0000
commit7f7444e68d69f90fd36bfc8488de7b183d998236 (patch)
tree940b456d1b7ebddc04a7d3fbf4e2448c311a54e0 /libc/misc/dirent
parente471910a1ce2d79156e355635aceeb7d24fcbb68 (diff)
remove fstat jump reloc
Diffstat (limited to 'libc/misc/dirent')
-rw-r--r--libc/misc/dirent/opendir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/dirent/opendir.c b/libc/misc/dirent/opendir.c
index 1b11f65a8..338bef17a 100644
--- a/libc/misc/dirent/opendir.c
+++ b/libc/misc/dirent/opendir.c
@@ -19,6 +19,7 @@ libc_hidden_proto(open)
libc_hidden_proto(fcntl)
libc_hidden_proto(close)
libc_hidden_proto(stat)
+libc_hidden_proto(fstat)
/* opendir just makes an open() call - it return NULL if it fails
* (open sets errno), otherwise it returns a DIR * pointer.