diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-28 19:15:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-28 19:15:09 +0200 |
commit | ed63e01a2682249b889c2e33d849001dc66f0d25 (patch) | |
tree | 7aaf73243fee554b40f496b261e5390a9174260c /doc | |
parent | doc proto-util (diff) | |
download | mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.gz mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.bz2 mds-ed63e01a2682249b889c2e33d849001dc66f0d25.tar.xz |
everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index a090f7b..9c1ec22 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -7053,6 +7053,10 @@ Also, instead of returning the length of the message, it returns zero on success and @code{-1} on error. @end table +@fnindex @code{rawmemchr}. +@file{<libmdsserver/util.h>} also defines @code{rawmemchr} +if not already defined. + @node Data Structures |