Re: [pypy-dev] setpgrp and getpgrp platform:errors

2011-06-08 Thread Armin Rigo
Hi Da_Blitz, On Mon, Jun 6, 2011 at 3:32 PM, Da_Blitz wrote: > according to the man page on linux (debian) there are 2 calling > conventions, the System V and the BSD the os.setpgrp and os.getpgrp do > not appear to take arguments Yes, it's done for the BSD. According to my Linux manpage and to

[pypy-dev] setpgrp and getpgrp platform:errors

2011-06-06 Thread Da_Blitz
Hi below is a patch that removes these errors during translation or when using py.py i am poking with things i do not fully understand here and would prefer it if someone told me i was an idiot and that args were passed to the functions for some reason (eg compatibility with the BSD's). accor