Page MenuHomeFreeBSD

Convert ss_sp in stack_t and sigstack to void *.
ClosedPublic

Authored by jhb on Jan 27 2016, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 16, 4:03 PM
Unknown Object (File)
Mon, Oct 14, 10:32 PM
Unknown Object (File)
Mon, Oct 14, 10:32 PM
Unknown Object (File)
Mon, Oct 14, 4:08 AM
Unknown Object (File)
Sat, Oct 12, 3:51 PM
Unknown Object (File)
Fri, Oct 11, 7:43 AM
Unknown Object (File)
Wed, Oct 9, 5:50 PM
Unknown Object (File)
Wed, Oct 9, 3:01 PM
Subscribers

Details

Summary

Convert ss_sp in stack_t and sigstack to void *.

POSIX requires these members to be of type void * rather than the
char * inherited from 4BSD. NetBSD and OpenBSD both changed their
fields to void * back in 1998. No new build failures were reported
via an exp-run.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb retitled this revision from to Convert ss_sp in stack_t and sigstack to void *..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: kib.
kib edited edge metadata.
kib added inline comments.
sys/amd64/amd64/machdep.c
392 ↗(On Diff #12760)

It would be cleaner to change the sp type to uintptr_t as well, but this is for later.

This revision is now accepted and ready to land.Jan 27 2016, 4:58 PM
This revision was automatically updated to reflect the committed changes.