aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common/crtend.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/common/crtend.c')
-rw-r--r--lib/csu/common/crtend.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c
index 072f7b7a82f2..d9259729bb0e 100644
--- a/lib/csu/common/crtend.c
+++ b/lib/csu/common/crtend.c
@@ -22,8 +22,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "crt.h"
typedef void (*crt_func)(void);