commit | a97a4754a3a22db9ac35991f1cff3fad3a1bbdb8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 02 22:19:13 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 02 22:19:13 2024 +0000 |
tree | 8006d4947569e65b5a2128f9460e0903644bc56e | |
parent | 000745aa3758f074ab6b933b9af595eaadb53c93 [diff] | |
parent | cc86c743625b1d2249fa2a48587773bcf3f34df8 [diff] |
Merge "Add deprecation message for __sF." into main
diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 32264d6..78114c3 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h
@@ -69,7 +69,7 @@ #define stderr stderr #else /* Before M the actual symbols for stdin and friends had different names. */ -extern FILE __sF[] __REMOVED_IN(23); +extern FILE __sF[] __REMOVED_IN(23, "Use stdin/stdout/stderr"); #define stdin (&__sF[0]) #define stdout (&__sF[1])