bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pthread headers


From: pietro
Subject: Re: pthread headers
Date: Fri, 14 Jan 2005 17:27:24 -0200 (BRST)
User-agent: SquirrelMail/1.4.3a

this patch does s/inline/__inline__ for all pthread headers that get
installed.

2005-01-12  Pietro Ferrari  <pietro@bastardi.net>

        * include/pthread/pthread.h (pthread_spin_destroy): Change
        return type from extern inline to extern __inline__.
        (pthread_spin_init): Likewise.
        (pthread_spin_lock): Likewise.
        (pthread_spin_trylock): Likewise.
        (pthread_spin_unlock): Likewise.
        * sysdeps/mach/bits/spin-lock.h (__pthread_spin_lock): Change
        return type from extern inline to extern __inline__.
        * sysdeps/i386/bits/spin-lock.h (__pthread_spin_lock): Change
        return type from extern inline to extern __inline__.
        * sysdeps/generic/bits/mutex.h (__pthread_mutex_trylock):
        Change return type from extern inline to extern __inline__.
        (pthread_mutex_lock): Likewise.
        * sysdeps/generic/bits/pthread.h (pthread_equal): Change
        return type from extern inline to extern __inline__.

-- 
"Educators, generals, dieticians, psychologists, and parents program.
Armies, students, and some societies are programmed."
        --Harold Abelson and Gerald Jay Sussman with Julie Sussman, "Structure
and Interpretation of Computer Programs"

Attachment: inline.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]