mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 15:13:23 +00:00
port to Android
This commit is contained in:
parent
0b472d59d2
commit
26801266f2
11 changed files with 84 additions and 0 deletions
|
@ -78,7 +78,9 @@ static int xioopen_pty(int argc, const char *argv[], struct opt *opts, int xiofl
|
|||
useptmx = true;
|
||||
# endif /* !HAVE_OPENPTY */
|
||||
#else
|
||||
# if HAVE_OPENPTY
|
||||
useopenpty = true;
|
||||
# endif /* HAVE_OPENPTY */
|
||||
#endif /* ! (defined(HAVE_DEV_PTMX) || defined(HAVE_DEV_PTC)) */
|
||||
|
||||
#if HAVE_POLL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue