ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.112 by root, Fri Sep 30 20:49:57 2011 UTC vs.
Revision 1.113 by root, Sun Oct 9 22:25:00 2011 UTC

2147 prctl (PR_GET_NAME, (unsigned long)name, 0, 0, 0); 2147 prctl (PR_GET_NAME, (unsigned long)name, 0, 0, 0);
2148 name [namelen] = 0; 2148 name [namelen] = 0;
2149 len = strlen (name); 2149 len = strlen (name);
2150 strcpy (name + (len <= namelen - 4 ? len : namelen - 4), "/eio"); 2150 strcpy (name + (len <= namelen - 4 ? len : namelen - 4), "/eio");
2151 prctl (PR_SET_NAME, (unsigned long)name, 0, 0, 0); 2151 prctl (PR_SET_NAME, (unsigned long)name, 0, 0, 0);
2152}
2153#endif 2152#endif
2153}
2154 2154
2155X_THREAD_PROC (etp_proc) 2155X_THREAD_PROC (etp_proc)
2156{ 2156{
2157 ETP_REQ *req; 2157 ETP_REQ *req;
2158 struct timespec ts; 2158 struct timespec ts;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines