aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-02-18 20:37:53 +0100
committerLukas Larsson <[email protected]>2019-02-18 20:37:53 +0100
commit3551f44814abf7702f48389158410c09a71f3771 (patch)
tree8f51e4077c911012d4e4de6ab3918fb05036b6d4 /erts/etc
parent6941cb793e9bb7b58307753411b6126e80ffd720 (diff)
downloadotp-3551f44814abf7702f48389158410c09a71f3771.tar.gz
otp-3551f44814abf7702f48389158410c09a71f3771.tar.bz2
otp-3551f44814abf7702f48389158410c09a71f3771.zip
erts: Remove etp macro offsetof
The macro command was added quite recently and far from all of our testmachines have this command
Diffstat (limited to 'erts/etc')
-rw-r--r--erts/etc/unix/etp-commands.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in
index 54b7628137..bb7b1a73f5 100644
--- a/erts/etc/unix/etp-commands.in
+++ b/erts/etc/unix/etp-commands.in
@@ -4373,8 +4373,6 @@ document etp-init
%---------------------------------------------------------------------------
end
-macro define offsetof(t, f) &((t *) 0)->f)
-
define hook-run
set $_exitsignal = -1
end