mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark ntp_gettime() as MSTD, since its system call path will acquire
Giant if required.
This commit is contained in:
parent
75b8223886
commit
d85bfefd79
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@
|
|||
245 UNIMPL nosys
|
||||
246 UNIMPL nosys
|
||||
247 UNIMPL nosys
|
||||
248 STD { int ntp_gettime(struct ntptimeval *ntvp); }
|
||||
248 MSTD { int ntp_gettime(struct ntptimeval *ntvp); }
|
||||
249 UNIMPL nosys
|
||||
; syscall numbers initially used in OpenBSD
|
||||
250 MSTD { int minherit(void *addr, size_t len, int inherit); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue