Page MenuHomeFreeBSD

makesyscalls.sh: allow pointer return types.
ClosedPublic

Authored by brooks on Nov 6 2018, 6:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 23, 4:24 AM
Unknown Object (File)
Mon, Oct 20, 1:26 PM
Unknown Object (File)
Mon, Oct 20, 1:24 PM
Unknown Object (File)
Mon, Oct 20, 1:24 PM
Unknown Object (File)
Sun, Oct 19, 11:27 PM
Unknown Object (File)
Oct 8 2025, 5:39 AM
Unknown Object (File)
Oct 6 2025, 8:40 PM
Unknown Object (File)
Oct 5 2025, 3:08 AM
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