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, Jan 2, 6:53 PM
Unknown Object (File)
Sep 29 2024, 7:25 AM
Unknown Object (File)
Sep 19 2024, 11:01 PM
Unknown Object (File)
Sep 17 2024, 4:11 AM
Unknown Object (File)
Sep 10 2024, 8:51 PM
Unknown Object (File)
Sep 8 2024, 10:55 PM
Unknown Object (File)
Sep 8 2024, 1:57 PM
Unknown Object (File)
Sep 8 2024, 11:50 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