1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

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:
Pedro F. Giffuni 2017-05-22 23:17:55 +00:00
parent b4a3f67bd6
commit b95b332c4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318686

View File

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