This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946

--- Comment #3 from martin <mfe at live dot de> ---
The ‘__sem_lock’ struct is contained in:

struct semt {
        struct __pthread_fastlock __sem_lock;
        int32_t __sem_value;
        void* __sem_waiting;
};

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]