aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common/crtbegin.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-27 08:25:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-27 08:25:32 +0000
commit9ac8182513e63967dfb871fdd72e7e3d33445e6f (patch)
treee514289562e629b0787f97e5c2e6f99a50553ea1 /lib/csu/common/crtbegin.c
parent7561b6ddef667f9c1909f00de55c5879c879608d (diff)
downloadsrc-9ac8182513e63967dfb871fdd72e7e3d33445e6f.tar.gz
src-9ac8182513e63967dfb871fdd72e7e3d33445e6f.zip
Feh, it helps to include a file other than yourself... wonder how
GCC cpp liked that. Properly include the branding info.
Notes
Notes: svn path=/head/; revision=85592
Diffstat (limited to 'lib/csu/common/crtbegin.c')
-rw-r--r--lib/csu/common/crtbegin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c
index 172ee4bafd86..a2d59099d00f 100644
--- a/lib/csu/common/crtbegin.c
+++ b/lib/csu/common/crtbegin.c
@@ -82,4 +82,4 @@ _fini(void)
(*p_do_dtors)();
}
-#include "crtbegin.c"
+#include "crtbrand.c"