On Aug 15, 1:35pm in "PTHR.hdr failure dig", Matt Taggart wrote: > PTHR.hdr > -------- > /tset/PTHR.hdr/misc/pthread_2/T.pthread_2 13 > "the use of `pthread_attr_getstackaddr' is deprecated, use > `pthread_attr_getstack'" > Test needs to be fixed?
Whilst glibc may be putting this advice out to application writers , these are required POSIX functions and thus required for implementations seeking POSIX compliance. > > /tset/PTHR.hdr/misc/pthread_2/T.pthread_2 21 > "the use of `pthread_attr_setstackaddr' is deprecated, use > `pthread_attr_setstack'" > Test needs to be fixed? ditto > > /tset/PTHR.hdr/misc/pthread_5/T.pthread_5 2 > lots of, > "parse error before string constant" > "warning: no semicolon at end of struct or union" > This is usually due to a noncompliant system missing required typedefs or polluting the namespace. regards Andrew
