From 7f7444e68d69f90fd36bfc8488de7b183d998236 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 14 Feb 2006 00:17:21 +0000 Subject: remove fstat jump reloc --- libc/misc/dirent/opendir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc') 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. -- cgit v1.2.3