]> Git Repo - J-linux.git/blob - scripts/atomic/fallbacks/dec_and_test
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[J-linux.git] / scripts / atomic / fallbacks / dec_and_test
1 cat <<EOF
2         return raw_${atomic}_dec_return(v) == 0;
3 EOF
This page took 0.027105 seconds and 4 git commands to generate.