This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__errno_location export


For non-threaded libc needs to be exported.  

~velco
diff -rudpN libc/tags/initial/sysdeps/generic/Versions libc/trunk/sysdeps/generic/Versions
--- libc/tags/initial/sysdeps/generic/Versions	Thu Jan  1 02:00:00 1970
+++ libc/trunk/sysdeps/generic/Versions	Sun Nov 24 23:40:42 2002
@@ -0,0 +1,5 @@
+libc {
+  GLIBC_2.3.1 {
+    __errno_location;
+  }
+}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]