svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Mon Jan 29 01:43:27 UTC 2007


Author: vapier
Date: 2007-01-28 17:43:26 -0800 (Sun, 28 Jan 2007)
New Revision: 17609

Log:
missed an underscore in previous commit

Modified:
   trunk/uClibc/include/stdlib.h


Changeset:
Modified: trunk/uClibc/include/stdlib.h
===================================================================
--- trunk/uClibc/include/stdlib.h	2007-01-28 23:26:15 UTC (rev 17608)
+++ trunk/uClibc/include/stdlib.h	2007-01-29 01:43:26 UTC (rev 17609)
@@ -637,7 +637,7 @@
    name in RESOLVED.  */
 /* we choose to handle __resolved==NULL as crash :) */
 extern char *realpath (__const char *__restrict __name,
-		       char *__restrict __resolved) __THROW __wur _nonnull((2));
+		       char *__restrict __resolved) __THROW __wur __nonnull((2));
 #endif
 
 




More information about the uClibc-cvs mailing list