bug-glibc
[Top][All Lists]
Advanced

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

Re: pthread_create and EINTR


From: Ulrich Drepper
Subject: Re: pthread_create and EINTR
Date: 31 Jan 2002 11:54:54 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (asparagus)

Tom Carroll <address@hidden> writes:

> I have an unusual problem.  Upon pthread_create, the calling thread's errno
> is modified to EINTR.  The behavior is unique to my glibc-linux systems;
> errno is not modified on systems running freebsd or solaris, which I
> believe is the expected behavior.

You are not allowed to look at errno unless the function called
indicates it failed.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



reply via email to

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