Displaying 1 result from an estimated 1 matches for "tklibc".
Did you mean:
klibc
2011 Jan 29
2
On the trail of sigsuspend(2)
...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_, 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...