Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common_elf minor KNF
details: https://anonhg.NetBSD.org/src/rev/dac2848886b9
branches: trunk
changeset: 512811:dac2848886b9
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jul 17 13:28:05 2001 +0000
description:
minor KNF
diffstat:
lib/csu/common_elf/crtbegin.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 4c77f1ac7fdf -r dac2848886b9 lib/csu/common_elf/crtbegin.c
--- a/lib/csu/common_elf/crtbegin.c Tue Jul 17 12:33:45 2001 +0000
+++ b/lib/csu/common_elf/crtbegin.c Tue Jul 17 13:28:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.c,v 1.11 2001/05/11 22:44:15 ross Exp $ */
+/* $NetBSD: crtbegin.c,v 1.12 2001/07/17 13:28:05 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -104,6 +104,7 @@
_init()
{
static int initialized = 0;
+
/*
* Call global constructors.
* Arrange to call global destructors at exit.
@@ -118,6 +119,7 @@
void
_fini()
{
+
/*
* Call global destructors.
*/
Home |
Main Index |
Thread Index |
Old Index