Peter S. Mazinger 20 лет назад
Родитель
Сommit
ab9d3f10ea
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      libc/sysdeps/linux/common/getcwd.c

+ 3 - 0
libc/sysdeps/linux/common/getcwd.c

@@ -1,5 +1,8 @@
 /* These functions find the absolute path to the current working directory.  */
 
+#define opendir __opendir
+#define closedir __closedir
+
 #include <stdlib.h>
 #include <errno.h>
 #include <sys/stat.h>