|
@@ -72,11 +72,9 @@ int __fputc_unlocked(int c, register FILE *stream)
|
|
}
|
|
}
|
|
libc_hidden_def(__fputc_unlocked)
|
|
libc_hidden_def(__fputc_unlocked)
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
strong_alias(__fputc_unlocked,fputc_unlocked)
|
|
strong_alias(__fputc_unlocked,fputc_unlocked)
|
|
-
|
|
+libc_hidden_def(fputc_unlocked)
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
strong_alias(__fputc_unlocked,putc_unlocked)
|
|
strong_alias(__fputc_unlocked,putc_unlocked)
|