diff options
author | Lukas Larsson <[email protected]> | 2019-02-18 20:38:11 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-18 20:38:11 +0100 |
commit | 88042fbf8b1fabeca2db7ef472c9312a220f8725 (patch) | |
tree | e3d8cafdb119ef8ff7066648fae6e9875ae02a72 /erts/etc | |
parent | ae3e42e425b3f135da2d5a89f51b2ec20bb532de (diff) | |
parent | 3551f44814abf7702f48389158410c09a71f3771 (diff) | |
download | otp-88042fbf8b1fabeca2db7ef472c9312a220f8725.tar.gz otp-88042fbf8b1fabeca2db7ef472c9312a220f8725.tar.bz2 otp-88042fbf8b1fabeca2db7ef472c9312a220f8725.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/etc')
-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 |