Jelajahi Sumber

remove fstat jump reloc

Peter S. Mazinger 18 tahun lalu
induk
melakukan
7f7444e68d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      libc/misc/dirent/opendir.c

+ 1 - 0
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.