2003-04-02 Marcel Telka <marcel@telka.sk>

* stdint.h: Ported to NetBSD (thanks to Jachym Holecek).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@413 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 882094c9a3
commit e6774934aa

@ -1,3 +1,7 @@
2003-04-02 Marcel Telka <marcel@telka.sk>
* stdint.h: Ported to NetBSD (thanks to Jachym Holecek).
2003-03-19 Marcel Telka <marcel@telka.sk>
Version 0.2.2 released.

@ -1,5 +1,7 @@
$Id$
* Ported stdint.h to NetBSD (thanks to Jachym Holecek).
include-0.2.2 (2003-03-19):
* stdint.h ported to cygwin-1.3.21 and later.

@ -23,6 +23,10 @@
#define __need_wchar_t
#include <stddef.h>
#if defined(__NetBSD__)
#include <sys/stdint.h>
#else
/* 7.18.1.1 Exact-width integer types */
#if defined(__CYGWIN__)
#include <sys/types.h>
@ -205,4 +209,6 @@ typedef unsigned long long uintmax_t;
#endif /* !defined ( __cplusplus) || defined __STDC_CONSTANT_MACROS */
#endif /* defined(__NetBSD__) */
#endif

Loading…
Cancel
Save