Can you find out if libc5 actually defines register_t anywhere??

        i.e. 'grep register_t /usr/include/*/*.h'

otherwise you need to add

        typedef int register_t;

to the top of lwp.c.

Jan

Reply via email to