From: Yuri Kozlov <yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: small improvement for epoll_ctl.2
Date: Sat, 14 Aug 2010 09:53:15 +0400 [thread overview]
Message-ID: <20100814095315.0b88bf18@keeper.home.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 561 bytes --]
Hello.
--- man-pages-git/man2/epoll_ctl.2 2010-03-26 17:46:41.000000000 +0300
+++ /tmp/epoll_ctl.2 2010-08-14 09:51:09.000000000 +0400
@@ -81,12 +81,12 @@
typedef union epoll_data {
void *ptr;
int fd;
- __uint32_t u32;
- __uint64_t u64;
+ uint32_t u32;
+ uint64_t u64;
} epoll_data_t;
struct epoll_event {
- __uint32_t events; /* Epoll events */
+ uint32_t events; /* Epoll events */
epoll_data_t data; /* User data variable */
};
.fi
--
Best Regards,
Yuri Kozlov
[-- Attachment #2: epoll_ctl.2.patch --]
[-- Type: text/x-patch, Size: 513 bytes --]
--- man-pages-git/man2/epoll_ctl.2 2010-03-26 17:46:41.000000000 +0300
+++ /tmp/epoll_ctl.2 2010-08-14 09:51:09.000000000 +0400
@@ -81,12 +81,12 @@
typedef union epoll_data {
void *ptr;
int fd;
- __uint32_t u32;
- __uint64_t u64;
+ uint32_t u32;
+ uint64_t u64;
} epoll_data_t;
struct epoll_event {
- __uint32_t events; /* Epoll events */
+ uint32_t events; /* Epoll events */
epoll_data_t data; /* User data variable */
};
.fi
next reply other threads:[~2010-08-14 5:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-14 5:53 Yuri Kozlov [this message]
[not found] ` <20100814095315.0b88bf18-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2010-08-29 4:29 ` small improvement for epoll_ctl.2 Michael Kerrisk
2010-08-29 9:43 ` Denis Barbier
[not found] ` <AANLkTimYDbQ5F2kFDF+rn2JFS7g42VvmrYq7679N4XWJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-29 12:23 ` Michael Kerrisk
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=20100814095315.0b88bf18@keeper.home.local \
--to=yuray-ypgtxv8qu+00kptpmh8ogq@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox