search for: ara2

Displaying 1 result from an estimated 1 matches for "ara2".

Did you mean: ara
2011 Jan 29
2
On the trail of sigsuspend(2)
...set_t *mask); ? and ? SIGSUSPEND(2) BSD Programmer's Manual SIGSUSPEND(2) NAME sigsuspend - atomically release blocked signals and wait for interrupt SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t *sigmask); ? but ? root at ara2:~ # cat >t.c #include <stdio.h> #include <signal.h> int main(void) { printf("%zu\n", sizeof(sigset_t)); return (0); } root at ara2:~ # klcc -o tklibc t.c; gcc -o tglibc t.c; ./tklibc; ./tglibc 4 128 No wonder mksh no longer works? any idea _why_, _where_,...