ndbm.h: Add a comment pointing out our non-compliance with POSIX.
Changing it to full conformance breaks the ABI. Reference: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/ndbm.h.html Discussion at: https://reviews.freebsd.org/D10544
This commit is contained in:
parent
ee8a80551d
commit
6f2869d2f4
@ -53,7 +53,7 @@
|
||||
|
||||
typedef struct {
|
||||
void *dptr;
|
||||
int dsize;
|
||||
int dsize; /* XXX Should be size_t according to 1003.1-2008. */
|
||||
} datum;
|
||||
|
||||
typedef DB DBM;
|
||||
|
Loading…
Reference in New Issue
Block a user