Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/sys



    Date:        Tue, 2 Jan 2024 21:20:42 -0500
    From:        Jason Thorpe <thorpej%me.com@localhost>
    Message-ID:  <F5945E98-56B6-4C12-8F50-CAECF3D5C18D%me.com@localhost>

  | <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


Home | Main Index | Thread Index | Old Index