On 03 Mar 2015 00:44, Dmitry V. Levin wrote:
> On Mon, Mar 02, 2015 at 04:13:07PM -0500, Mike Frysinger wrote:
> > --- a/tests/pc.c
> > +++ b/tests/pc.c
> > @@ -12,6 +12,14 @@ int main(void)
> >  {
> >     const unsigned long pagesize = sysconf(_SC_PAGESIZE);
> >  
> > +#ifdef __s390__
> > +   /*
> > +    * The si_addr field is unreliable:
> > +    * https://marc.info/?l=linux-s390&m=142515870124248&w=2
> > +    */
> > +   return 77;
> > +#endif
> 
> BTW, what does this "&w=2" parameter mean?  All marc.info URLs open fine
> without it, but virtually everybody use it anyway.

personally i dislike marc, so i'm not terribly familiar with it.  i blindly 
copied & pasted the URL from my browser.
-mike

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to