diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 11:47:31 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 11:47:31 +0000 |
| commit | 2ba5bb1ff5cb6d83aca18ab31b97a25f9023a79f (patch) | |
| tree | 669951fde2b643d04232bb97db6cbeae8c5debbe /share/man/man9/atomic.9 | |
| parent | 0e03f2ce15a1e13ffd5473b2c82ed44aba50cc3c (diff) | |
Notes
Diffstat (limited to 'share/man/man9/atomic.9')
| -rw-r--r-- | share/man/man9/atomic.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index f6ed9b0841df..a98750fa2f24 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -37,6 +37,7 @@ .Nm atomic_store .Nd atomic operations .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <machine/atomic.h> .Ft void .Fn atomic_add_{acq_,rel_,}<type> "volatile <type> *p" "<type> v" |
