Explorar el Código

missed another global data marking

Peter S. Mazinger hace 20 años
padre
commit
39d1c1774d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/stdio/_stdio.c

+ 1 - 1
libc/stdio/_stdio.c

@@ -127,7 +127,7 @@ static FILE _stdio_streams[] = {
 
 /* psm: moved to _stdio.h: libc_hidden_proto(stdin/stdout) */
 FILE *stdin  = _stdio_streams;
-libc_hidden_def(stdin)
+libc_hidden_data_def(stdin)
 FILE *stdout = _stdio_streams + 1;
 libc_hidden_data_def(stdout)
 libc_hidden_proto(stderr)