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)
Tue, Apr 14, 12:56 PM
Unknown Object (File)
Mon, Apr 6, 11:19 PM
Unknown Object (File)
Mon, Apr 6, 3:00 AM
Unknown Object (File)
Wed, Apr 1, 10:14 PM
Unknown Object (File)
Wed, Apr 1, 1:12 PM
Unknown Object (File)
Wed, Apr 1, 3:34 AM
Unknown Object (File)
Tue, Mar 24, 11:16 PM
Unknown Object (File)
Mon, Mar 23, 1:35 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