]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
syscalls.master: Fix SAL annotation for getdirentires basep argument
authorHaoyu Gu <guhaoyu2005@gmail.com>
Sun, 24 Sep 2023 22:34:43 +0000 (18:34 -0400)
committerEd Maste <emaste@FreeBSD.org>
Sun, 24 Sep 2023 22:37:58 +0000 (18:37 -0400)
commit5e29272bf57e24a16f3a17f037f9a5e7cf25ed90
tree3e3b2dafeda657f5db7eeae5aee4ba48a34f4e1a
parentabcdc1b9aed7e0b7b07b47ae14c960c9cefe882f
syscalls.master: Fix SAL annotation for getdirentires basep argument

getdirentires last argument "off_t *basep" is an optional output
argument.  It returns the value only when the passed-in value(pointer)
is non-NULL.

This is a part of the research work at RCSLab, University of Waterloo.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41969
sys/kern/syscalls.master