Forráskód Böngészése

missed an underscore in previous commit

Mike Frysinger 17 éve
szülő
commit
c65ae7e02e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      include/stdlib.h

+ 1 - 1
include/stdlib.h

@@ -637,7 +637,7 @@ extern char *canonicalize_file_name (__const char *__name)
    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