diff options
author | Lukas Larsson <[email protected]> | 2014-01-08 11:35:29 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 15:16:04 +0100 |
commit | 5c299e355e05a464215e49cfd95f62b5194de609 (patch) | |
tree | 574c6a523ff8ca325104e14021a08d2c36d434ad /erts/emulator/sys | |
parent | aa80261396941ee63758d6b5965a7e075b79b4ee (diff) | |
download | otp-5c299e355e05a464215e49cfd95f62b5194de609.tar.gz otp-5c299e355e05a464215e49cfd95f62b5194de609.tar.bz2 otp-5c299e355e05a464215e49cfd95f62b5194de609.zip |
ose: Port run_erl and to_erl
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r-- | erts/emulator/sys/ose/erts.sig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/sys/ose/erts.sig b/erts/emulator/sys/ose/erts.sig index 95c12652f2..78b883ee6c 100644 --- a/erts/emulator/sys/ose/erts.sig +++ b/erts/emulator/sys/ose/erts.sig @@ -11,4 +11,7 @@ #define ERTS_SIGNAL_OSE_DRV_ATTACH ERTS_OSE_SIGNAL_BASE+3 #define ERTS_SIGNAL_OSE_DRV_HUNT ERTS_OSE_SIGNAL_BASE+4 +#define ERTS_SIGNAL_RUN_ERL_SETUP ERTS_OSE_SIGNAL_BASE+100 +#define ERTS_SIGNAL_RUN_ERL_DAEMON ERTS_OSE_SIGNAL_BASE+101 + #endif |