diff options
author | Elliott Hughes <enh@google.com> | 2015-01-16 13:49:23 -0600 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-16 13:49:23 -0600 |
commit | c2415d16a8991e2192bda002baab840bfa4d5d79 (patch) | |
tree | c8ad3f35c90d2c7d25cbc95b7ce9dfbec72416a6 /scripts/genconfig.sh | |
parent | 3b915991f8c8648f939498777f4d76aad04f2817 (diff) | |
download | toybox-c2415d16a8991e2192bda002baab840bfa4d5d79.tar.gz |
AOSP master has <pty.h> and builds netcat/nc.
Diffstat (limited to 'scripts/genconfig.sh')
-rwxr-xr-x | scripts/genconfig.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index e59aa392..ead5b8a2 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -58,14 +58,7 @@ EOF } EOF - # Android is missing shadow.h and pty.h - probesymbol TOYBOX_PTY -c << EOF - #include <pty.h> - int main(int argc, char *argv[]) { - int master; return forkpty(&master, 0, 0, 0); - } -EOF - + # Android is missing shadow.h probesymbol TOYBOX_SHADOW -c << EOF #include <shadow.h> int main(int argc, char *argv[]) { |