X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/0440e3159914b79a728a94d79bc6631526d77ba1..51f012d0ec4f0ad687159ed6685b73f90f1cfc71:/l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/td_thr_clear_event.c diff --git a/l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/td_thr_clear_event.c b/l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/td_thr_clear_event.c index 147d18037..67a592a10 100644 --- a/l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/td_thr_clear_event.c +++ b/l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/td_thr_clear_event.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include @@ -24,9 +23,7 @@ td_err_e -td_thr_clear_event (th, event) - const td_thrhandle_t *th; - td_thr_events_t *event; +td_thr_clear_event(const td_thrhandle_t *th,td_thr_events_t *event) { td_thr_events_t old_event; int i;