[Bug 296489] linux_xattr.c: use of undeclared identifier 'SSIZE_MAX'
[email protected] Sat, 04 Jul 2026 01:27:18 +0000
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296489 --- Comment #2 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbcb471cfb499f61d98abdc7bfd48bee0e= 229b02b commit bcb471cfb499f61d98abdc7bfd48bee0e229b02b Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-07-04 01:24:00 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-07-04 01:26:23 +0000 sys/systm.h: include sys/limits.h for SSIZE_MAX This makes the header more self-contained. The symbol is needed only on 32bit arches, but the include file is provided unconditionally to make the namespace population predictable. PR: 296489 Sponsored by: The FreeBSD Foundation MFC after: 1 week sys/sys/systm.h | 1 + 1 file changed, 1 insertion(+) --=20 You are receiving this mail because: You are the assignee for the bug.=