svn commit: trunk/uClibc/libc/sysdeps/linux/common

psm at uclibc.org psm at uclibc.org
Thu Dec 8 14:24:36 UTC 2005


Author: psm
Date: 2005-12-08 06:23:42 -0800 (Thu, 08 Dec 2005)
New Revision: 12739

Log:
Use __open|__closedir

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/getcwd.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/getcwd.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/getcwd.c	2005-12-08 14:22:29 UTC (rev 12738)
+++ trunk/uClibc/libc/sysdeps/linux/common/getcwd.c	2005-12-08 14:23:42 UTC (rev 12739)
@@ -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>




More information about the uClibc-cvs mailing list