Explorar el Código

remove fstat jump reloc

Peter S. Mazinger hace 18 años
padre
commit
7f7444e68d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.