projects
/
platform
/
upstream
/
lmdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c182fb
)
Tweak mdb comment with conflicting spec of 'ID'
author
Hallvard Furuseth
<hallvard@openldap.org>
Fri, 9 Mar 2012 18:25:44 +0000
(19:25 +0100)
committer
Hallvard Furuseth
<hallvard@openldap.org>
Fri, 9 Mar 2012 18:25:44 +0000
(19:25 +0100)
libraries/libmdb/midl.h
patch
|
blob
|
history
diff --git
a/libraries/libmdb/midl.h
b/libraries/libmdb/midl.h
index 87c876803134b72fb72baf6ef18ca84fe7720200..beafb097c0b2355f197e8cb0707475d4da512043 100644
(file)
--- a/
libraries/libmdb/midl.h
+++ b/
libraries/libmdb/midl.h
@@
-36,8
+36,7
@@
* @{
*/
/** A generic ID number. These were entryIDs in back-bdb.
- * It should be the largest integer type supported on a machine.
- * It should be equal to the size of a pointer.
+ * Preferably it should have the same size as a pointer.
*/
typedef size_t ID;