[uClibc]sigpause & ptrace

Erik Andersen andersen at lineo.com
Wed May 16 21:49:11 UTC 2001


On Wed May 16, 2001 at 03:16:55PM -0600, dreichle wrote:
> I have found that the following doesn't compile.
> ----------------------------------------------------------------------------
> -----
> #include <signal.h>
> int
> main()
> {
> 	sigpause(0);
> }
> ----------------------------------------------------------------------------
> ------
> The problem is a conflict with a define in signal.h that defines sigpause as
> __sigpause and 
> the sigpause.c file that only has sigpause.

Fixed.


> Also I can't get ptrace to compile for i386 target. The files are there for
> arm,sparc and m68k but not i386.
> Am I missing something?  
> ----------------------------------------------------------------------------
> ------
> #include <sys/ptrace.h>
> int 
> main()
> {
> 	ptrace(0,0,0,0);
> }
> ----------------------------------------------------------------------------

Fixed.  Thanks for letting me know,

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list