diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2021-01-14 12:59:25 +0100 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2021-01-14 13:28:31 +0100 |
commit | 6ed81bb6a18c3ac087617c1114b2b8f31cf32fd2 (patch) | |
tree | 26538629f468107da45c6b344f7a2c6f6b02c603 /bootstrap | |
parent | 51dfd1c8c65be94de5ff9b5c9f9010b8542ec6be (diff) | |
download | erlang-6ed81bb6a18c3ac087617c1114b2b8f31cf32fd2.tar.gz |
os: Eliminate wrappers for BIFs
For convenience during development of c2d70945dce several environment
manipulation functions gained wrappers; that is, the documented function
(such as `os:putenv/2`) is an Erlang function that calls the BIF doing
the real work. Eliminate alls these wrapper functions (for example,
`os:putenv/2` will now be a BIF implemented in C).
We are doing this preliminary refactoring to facilitate adding extended
error information to the BIFs in the `os` module.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/lib/kernel/ebin/os.beam | bin | 5012 -> 4832 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/bootstrap/lib/kernel/ebin/os.beam b/bootstrap/lib/kernel/ebin/os.beam Binary files differindex 18394cba3c..eed0567203 100644 --- a/bootstrap/lib/kernel/ebin/os.beam +++ b/bootstrap/lib/kernel/ebin/os.beam |