Parcourir la source

remove fstat jump reloc

Peter S. Mazinger il y a 18 ans
Parent
commit
7f7444e68d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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.