diff options
author | Sverker Eriksson <[email protected]> | 2013-05-22 11:57:00 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-05-22 11:57:00 +0200 |
commit | 640c5dda5c2cfcab7980beacc1d1e485df225e77 (patch) | |
tree | 6a3d2801205def766e321833432508ebd899aa82 /erts/emulator/sys/common/erl_mseg.h | |
parent | b4c9c40d42d1923aa95e0c703b04a9a0c6d02666 (diff) | |
parent | 01eb20066918e107811d01f43b97e3925f894dbd (diff) | |
download | otp-640c5dda5c2cfcab7980beacc1d1e485df225e77.tar.gz otp-640c5dda5c2cfcab7980beacc1d1e485df225e77.tar.bz2 otp-640c5dda5c2cfcab7980beacc1d1e485df225e77.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/sys/common/erl_mseg.h')
-rw-r--r-- | erts/emulator/sys/common/erl_mseg.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/erts/emulator/sys/common/erl_mseg.h b/erts/emulator/sys/common/erl_mseg.h index 3cab9e18da..a4f250ceab 100644 --- a/erts/emulator/sys/common/erl_mseg.h +++ b/erts/emulator/sys/common/erl_mseg.h @@ -109,9 +109,6 @@ Eterm erts_mseg_info(int, int *, void*, int, Uint **, Uint *); #endif /* #if HAVE_ERTS_MSEG */ -unsigned long erts_mseg_test(unsigned long, - unsigned long, - unsigned long, - unsigned long); +UWord erts_mseg_test(UWord, UWord, UWord, UWord); #endif /* #ifndef ERL_MSEG_H_ */ |