Date: Tue, 2 Jan 2024 21:20:42 -0500 From: Jason Thorpe <thor...@me.com> Message-ID: <f5945e98-56b6-4c12-8f50-caecf3d5c...@me.com>
| <sys/cdefs.h> seems safe Safe probably, but also wrong. It looks to be there puerly for the __BEGIN_DECLS / __END_DECLS definitions - which are needed just beause <sys/types.h> has prototypes for lseek() truncate() and ftruncate() which make no sense in <sys/types.h> at all (beyond ancient history). kre