Explorar o código

missed an underscore in previous commit

Mike Frysinger %!s(int64=17) %!d(string=hai) anos
pai
achega
c65ae7e02e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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