Explorar o código

fix argument omission in ABI-compat weak_alias for fscanf

Rich Felker %!s(int64=12) %!d(string=hai) anos
pai
achega
5c5ac810c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/stdio/fscanf.c

+ 1 - 1
src/stdio/fscanf.c

@@ -12,4 +12,4 @@ int fscanf(FILE *restrict f, const char *restrict fmt, ...)
 	return ret;
 }
 
-weak_alias(__isoc99_fscanf);
+weak_alias(fscanf, __isoc99_fscanf);