]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_libio_using_thunks): Define if _G_USING_THUNKS is defined.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:25:59 +0000 (00:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:25:59 +0000 (00:25 +0000)
libio/stdfiles.c

index 7c6f78991277c5c6c3d83c696ab70e50fcfcb009..6a3cb4542c19ee60f4fbe82e4b4a72eb203688dc 100644 (file)
@@ -48,3 +48,10 @@ DEF_STDFILE(_IO_stderr_, 2, &_IO_stdout_.file,
             _IO_NO_READS+_IO_UNBUFFERED);
 
 _IO_FILE *_IO_list_all = &_IO_stderr_.file;
+
+#ifdef _G_USING_THUNKS
+#if defined(__GNUC__) && __GNUC__ >= 2
+const
+#endif
+int _libio_using_thunks = 1;
+#endif