Sponsored by: Beckhoff Automation GmbH & Co. KG
Details
Details
- Reviewers
• hselasky - Group Reviewers
linuxkpi - Commits
- rG1dc28d6cc594: linuxkpi: atomic: Add atomic_fetch_inc
rG6be89cc88d63: linuxkpi: atomic: Add atomic_fetch_inc
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linuxkpi/common/include/asm/atomic.h | ||
---|---|---|
58 | It might be an idea to add a (int) cast for the return value or create an inline function for this, to avoid problems with clang making assumptions about the return values. |