summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-01-14 12:59:25 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-01-14 13:28:31 +0100
commit6ed81bb6a18c3ac087617c1114b2b8f31cf32fd2 (patch)
tree26538629f468107da45c6b344f7a2c6f6b02c603 /bootstrap
parent51dfd1c8c65be94de5ff9b5c9f9010b8542ec6be (diff)
downloaderlang-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.beambin5012 -> 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
index 18394cba3c..eed0567203 100644
--- a/bootstrap/lib/kernel/ebin/os.beam
+++ b/bootstrap/lib/kernel/ebin/os.beam
Binary files differ