On 5/14/06, Koen Kooi <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I just encountered this:|
 
/angstrom/work/i686-linux/gcc-cross-initial-4.2-20060513-r1/gcc-4.2-20060513/libiberty/strsignal.c:553:
error: conflicting types for 'psignal'|
/angstrom/cross/arm-angstrom-linux-gnueabi/include/signal.h:141: error:
previous declaration of 'psignal' was here|

could this be another problem with  linux-libc-headers problem?

Hm, I think signal.h is not from linux-libc-headers but from glibc.
I have

   extern void psignal (int __sig, __const char *__s);

in signal.h and

   void
   psignal (signo, message)
     unsigned signo;
     char *message;

in strsignal.c (gcc 4.1). Did something change in gcc 4.2?

regards
Philipp
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to