Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Nov 2000 16:28:16 -0800
From:      Marcel Moolenaar <marcel@cup.hp.com>
To:        alpha@FreeBSD.org
Subject:   sizeof(struct sigframe)
Message-ID:  <3A05FB20.99C6AFBE@cup.hp.com>

next in thread | raw e-mail | index | archive | help
Hi,

It seems beast is down. Can someone tell me what the size of struct
sigframe is on Alpha?

The following compiles on i386:

#include <sys/types.h>
#include <sys/signal.h>
#include <sys/signalvar.h>
#include <machine/sigframe.h>

int main()
{
        printf("%d\n", sizeof(struct sigframe));
        return 0;
}


Thanks,

-- 
Marcel Moolenaar
  mail: marcel@cup.hp.com / marcel@FreeBSD.org
  tel:  (408) 447-4222


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A05FB20.99C6AFBE>