Procházet zdrojové kódy

missed an underscore in previous commit

Mike Frysinger před 17 roky
rodič
revize
c65ae7e02e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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