mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
Fixed o-creat, o-excl, and o-cloexec with POSIXMQ-*
This commit is contained in:
parent
25d2f746d9
commit
1ea37d48c2
12 changed files with 83 additions and 68 deletions
|
@ -272,7 +272,6 @@ enum e_optcode {
|
|||
OPT_CHROOT_EARLY, /* chroot() before file system access */
|
||||
/*OPT_CIBAUD,*/ /* termios.c_cflag */
|
||||
OPT_CLOCAL, /* termios.c_cflag */
|
||||
OPT_CLOEXEC,
|
||||
OPT_CONNECT_TIMEOUT, /* socket connect */
|
||||
OPT_COOL_WRITE,
|
||||
OPT_CR, /* customized */
|
||||
|
@ -555,7 +554,8 @@ enum e_optcode {
|
|||
OPT_O_ASYNC,
|
||||
#endif
|
||||
OPT_O_BINARY, /* Cygwin */
|
||||
OPT_O_CREATE,
|
||||
OPT_O_CLOEXEC,
|
||||
OPT_O_CREAT,
|
||||
#ifdef O_DEFER
|
||||
OPT_O_DEFER,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue