From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/4] syscalls/socket02: reconstruct and convert to new API
Date: Tue, 26 Jul 2016 13:40:34 +0200 [thread overview]
Message-ID: <20160726114033.GA11679@rei.lan> (raw)
In-Reply-To: <1466759093-15755-2-git-send-email-yangx.jy@cn.fujitsu.com>
Hi!
> -/* For Linux these must be the same. */
> #ifndef SOCK_CLOEXEC
> #define SOCK_CLOEXEC O_CLOEXEC
> #endif
>
> +#ifndef SOCK_NONBLOCK
> +#define SOCK_NONBLOCK O_NONBLOCK
> +#endif
I've moved these definitions to lapi/fcntl.h (so that we have only one
place that defines these) and pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2016-07-26 11:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-24 9:04 [LTP] [PATCH 1/4] syscalls/socket01: convert to new API Xiao Yang
2016-06-24 9:04 ` [LTP] [PATCH 2/4] syscalls/socket02: reconstruct and " Xiao Yang
2016-07-26 11:40 ` Cyril Hrubis [this message]
2016-06-24 9:04 ` [LTP] [PATCH 3/4] syscalls/socketpair01: " Xiao Yang
2016-07-26 11:57 ` Cyril Hrubis
2016-06-24 9:04 ` [LTP] [PATCH 4/4] syscalls/socketpair02: reconstruct and " Xiao Yang
2016-07-26 12:09 ` Cyril Hrubis
2016-07-25 16:21 ` [LTP] [PATCH 1/4] syscalls/socket01: " Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160726114033.GA11679@rei.lan \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.