Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283420: Add newfstatat system call for 64-bit Linuxulator.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linux/linux_stats.c | ||
---|---|---|
630 ↗ | (On Diff #2209) | #else /* what's the condition */ Also - where is it called from? |
sys/compat/linux/linux_stats.c | ||
---|---|---|
630 ↗ | (On Diff #2209) |
|
sys/compat/linux/linux_stats.c | ||
---|---|---|
630 ↗ | (On Diff #2209) | Still, would be nice to add the comment - something like /* !defined(i386) && (defined(amd64) && !defined(COMPAT_LINUX32)) /*. Also, I think the comment on the closing block (#endif) is wrong. |