diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-14 00:17:21 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-14 00:17:21 +0000 |
commit | 7f7444e68d69f90fd36bfc8488de7b183d998236 (patch) | |
tree | 940b456d1b7ebddc04a7d3fbf4e2448c311a54e0 /libc/misc | |
parent | e471910a1ce2d79156e355635aceeb7d24fcbb68 (diff) |
remove fstat jump reloc
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/dirent/opendir.c | 1 |
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. |