Re: Difference between signal related structures
- From: Sergey Babkin <babkin@xxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 13:19:07 -0600 (CST)
From: Pranav Sawargaonkar <pranav.sawargaonkar@xxxxxxxxx>
Hi
I am studying signaling related work in FreeBSD kernel just for learning.
Can anybody tell me that why there are two different structures named
1)struct sigcontext
2)struct osigcontext
are defined in /sys/i386/include/signal.h
I want to know what is basic difference between them?
The one with "o" is "old". At some point the structure has been extended, and the old version got "o" added
to its name. It's probably used for binary compatibility
of the old programs, to convert the data between the
old and new format.
-SB
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: Accessing address space of a process through kld!!
- Next by Date: Re: unversal watchdog
- Previous by thread: Re: Difference between signal related structures
- Next by thread: FreeBSD 4.11 P13 Crash
- Index(es):