Peter S. Mazinger пре 20 година
родитељ
комит
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>