commit | 4d215aad85cd9cba3e815eafb8c56eb5218eafb1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 18 15:54:56 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 18 16:26:17 2017 -0700 |
tree | 9f987f65dfaa1dd321541189ea63c23b70c70cbc | |
parent | ab9dc08bdd60d3709e1bce555625d923b32812be [diff] [blame] |
Add POSIX fexecve. I'm skeptical about the usefulness of this, but it's in POSIX, it's in glibc (but not iOS), and it is used in some internal source (test runners and container code). Bug: N/A Test: ran tests Change-Id: I92c5398f2a679b21a33fba92bc8e67e3ae2eb76f
diff --git a/libc/libc.arm.map b/libc/libc.arm.map index 981dd59..af4efb9 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map
@@ -1325,6 +1325,7 @@ endhostent; endnetent; endprotoent; + fexecve; getentropy; getnetent; getprotoent;