X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpthread.in.h;h=89fbc03726203c5c0bc58092c4d67a7160601958;hb=4aff5d18a14cc6e42ba3ca035284a2e283308e37;hp=ae91ed2e24d6dea9786b98cafadc0cec4d80df40;hpb=4cc93d2296593047de7a0c84455855832596bde9;p=gnulib.git diff --git a/lib/pthread.in.h b/lib/pthread.in.h index ae91ed2e2..89fbc0372 100644 --- a/lib/pthread.in.h +++ b/lib/pthread.in.h @@ -1,6 +1,6 @@ /* Implement a trivial subset of the pthreads library. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,8 +29,8 @@ typedef int pthread_attr_t; static int pthread_create (pthread_t *restrict thread, - const pthread_attr_t *restrict attr, - void *(*start_routine)(void*), void *restrict arg) + const pthread_attr_t *restrict attr, + void *(*start_routine)(void*), void *restrict arg) { errno = EAGAIN; return -1;