search for: tglibc

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

Did you mean: glibc
2011 Jan 29
2
On the trail of sigsuspend(2)
...ude <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_, and how to fix? Thanks in advance, //mirabilos -- ?It is inappropriate to require that a time represented as seconds since the Epoch precisely represent the number of seconds between the referenced time and...