Page MenuHomeFreeBSD

makesyscalls.sh: allow pointer return types.
ClosedPublic

Authored by brooks on Nov 6 2018, 6:57 PM.
Tags
None
Referenced Files
F137118939: D17873.id50128.diff
Fri, Nov 21, 4:38 AM
F136985249: D17873.id50081.diff
Thu, Nov 20, 10:14 PM
F136985221: D17873.id50128.diff
Thu, Nov 20, 10:14 PM
F136985100: D17873.id.diff
Thu, Nov 20, 10:13 PM
F136983356: D17873.diff
Thu, Nov 20, 10:05 PM
Unknown Object (File)
Sat, Nov 15, 5:32 PM
Unknown Object (File)
Thu, Oct 23, 4:24 AM
Unknown Object (File)
Oct 20 2025, 1:26 PM
Subscribers

Details

Summary

The previous code required that the return type be a single word. This
allows it to be a pointer without using a typedef.

Update the return types of break, mmap, and shmat to be void * as
declared. This only effects systrace output in tree, but can aid in
generating system call wrappers from syscalls.master.

Diff Detail

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