]> git.proxmox.com Git - mirror_spl.git/commit
Add ASSERT0 and VERIFY0 macros
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 10 May 2013 21:27:30 +0000 (14:27 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 18 Jun 2013 18:41:55 +0000 (11:41 -0700)
commit1c6d149feb4033e4a56fb987004edc5d45288bcb
treeef31c7c778107eb2c11ad7007feb0846b074c90a
parent5c7a0369e225d306e53bd8011c58fa0f5e827865
Add ASSERT0 and VERIFY0 macros

The Illumos code introduced the ASSERT0 and VERIFY0 macros which
are to be used instead of ASSERT3S(x, ==, 0) and VERIFY3S(x, ==, 0).

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Madhav Suresh <madhav.suresh@delphix.com>
Closes #246
include/sys/debug.h