diff options
author | Micael Karlberg <[email protected]> | 2019-07-24 12:47:18 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-07-24 18:23:44 +0200 |
commit | a0effef7feff6bb2753c835599dfaf4761eb9480 (patch) | |
tree | 30aa6964d9a7eaabd49fcf639aaf3b6371cee1a0 /erts/obj | |
parent | d8260be31109f3b9989c4987cea23de83de4e159 (diff) | |
download | otp-a0effef7feff6bb2753c835599dfaf4761eb9480.tar.gz otp-a0effef7feff6bb2753c835599dfaf4761eb9480.tar.bz2 otp-a0effef7feff6bb2753c835599dfaf4761eb9480.zip |
[esock] Renaming internal functions to avoid name clashes
The naming "convention" for "top" functions of the esock
nif module was: The API functions where called nif_<foo>
This function did basic checks and arg extraction and then
called the a function called n<foo>, which was the one doing
the actual work.
Unfortunately, och some platforms (AIX) these second names,
n<foo>, clashed with system functions.
So, in order to avoid this, the naming of second function
has been changed to esock_<foo>.
OTP-15955
Diffstat (limited to 'erts/obj')
0 files changed, 0 insertions, 0 deletions