diff options
author | Lukas Larsson <[email protected]> | 2019-02-18 20:37:53 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-18 20:37:53 +0100 |
commit | 3551f44814abf7702f48389158410c09a71f3771 (patch) | |
tree | 8f51e4077c911012d4e4de6ab3918fb05036b6d4 | |
parent | 6941cb793e9bb7b58307753411b6126e80ffd720 (diff) | |
download | otp-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
-rw-r--r-- | erts/etc/unix/etp-commands.in | 2 |
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 |