From: Roland McGrath Date: Tue, 21 Feb 1995 06:03:27 +0000 (+0000) Subject: * sysdeps/unix/start.c (errno): Only define if it's not #define'd X-Git-Tag: cvs/libc_1_09~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b60020b204dcaebc346d94f3d9972f741a8cbe1;p=thirdparty%2Fglibc.git * sysdeps/unix/start.c (errno): Only define if it's not #define'd as a macro. [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol indirection. --- diff --git a/ChangeLog b/ChangeLog index 3403a139ab5..4baa630c275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Tue Feb 21 00:10:50 1995 Roland McGrath + * sysdeps/unix/start.c (errno): Only define if it's not #define'd + as a macro. + [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol + indirection. + * csu/Makefile (crtstuff): New variable consolidates crti, crtn; add crti_s, crtn_s. (install-lib, extra-objs, generated-, omit-deps): Use that.