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 c++/33660] gettid has not been declared



------- Comment #5 from razin at avaya dot com  2007-10-04 19:37 -------
Ok. That's just the test. I can remove namespace completely:

#include <sys/types.h>
#include <linux/unistd.h>
#include <errno.h>

int main()
{
        gettid();
        return 0;
}

Same result. Actually I figured it will bring up questions, sorry


-- 

razin at avaya dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33660


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