Date: Tue, 2 Jan 2024 21:20:42 -0500
From: Jason Thorpe <[email protected]>
Message-ID: <[email protected]>| <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
