summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec_elf.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-12-09 06:35:08 +0000
committerderaadt <deraadt@openbsd.org>2017-12-09 06:35:08 +0000
commit636f8633b01d89f60f9be178fede001421a56f66 (patch)
tree2ce89255ecd86d68d477fb2d8dd630ca8a0fb443 /sys/sys/exec_elf.h
parentPullup the mbuf before accessing the version field in the IP header. (diff)
downloadwireguard-openbsd-636f8633b01d89f60f9be178fede001421a56f66.tar.xz
wireguard-openbsd-636f8633b01d89f60f9be178fede001421a56f66.zip
Add a #define for the name of the .openbsd.randomdata section.
ok guenther
Diffstat (limited to 'sys/sys/exec_elf.h')
-rw-r--r--sys/sys/exec_elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 32469f7c5ef..817bfc69e5a 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.77 2017/10/18 12:08:17 mpi Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.78 2017/12/09 06:35:08 deraadt Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -288,6 +288,7 @@ typedef struct {
#define ELF_STRTAB ".strtab" /* string table */
#define ELF_SYMTAB ".symtab" /* symbol table */
#define ELF_TEXT ".text" /* code */
+#define ELF_OPENBSDRANDOMDATA ".openbsd.randomdata" /* constant randomdata */
/* Section Attribute Flags - sh_flags */