diff options
Diffstat (limited to 'lib/csu/i386/crtn.S')
-rw-r--r-- | lib/csu/i386/crtn.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/i386/crtn.S b/lib/csu/i386/crtn.S index 0264e22540f1..5125bd388f8b 100644 --- a/lib/csu/i386/crtn.S +++ b/lib/csu/i386/crtn.S @@ -24,8 +24,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits add $12,%esp ret |