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

Comparing libeio/xthread.h (file contents):
Revision 1.11 by sf-exg, Thu Jul 7 17:35:52 2011 UTC vs.
Revision 1.12 by root, Thu Jul 14 19:34:39 2011 UTC

128#ifndef PTHREAD_STACK_MIN 128#ifndef PTHREAD_STACK_MIN
129# define PTHREAD_STACK_MIN 0 129# define PTHREAD_STACK_MIN 0
130#endif 130#endif
131 131
132#ifndef X_STACKSIZE 132#ifndef X_STACKSIZE
133# define X_STACKSIZE sizeof (long) * 4096 133# define X_STACKSIZE sizeof (void *) * 4096
134#endif 134#endif
135 135
136static int 136static int
137thread_create (xthread_t *tid, void *(*proc)(void *), void *arg) 137thread_create (xthread_t *tid, void *(*proc)(void *), void *arg)
138{ 138{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines