public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* small improvement for epoll_ctl.2
@ 2010-08-14  5:53 Yuri Kozlov
       [not found] ` <20100814095315.0b88bf18-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri Kozlov @ 2010-08-14  5:53 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-29 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14  5:53 small improvement for epoll_ctl.2 Yuri Kozlov
     [not found] ` <20100814095315.0b88bf18-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2010-08-29  4:29   ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox