1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/stand/common/reloc_elf64.c
Warner Losh 1d386b48a5 Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2023-08-16 11:54:42 -06:00

5 lines
74 B
C

#include <sys/cdefs.h>
#define __ELF_WORD_SIZE 64
#include "reloc_elf.c"