Commit add31d82 authored by Riceball LEE's avatar Riceball LEE Committed by Rusty Russell

sparse_bsearch: fixed the no ssize_t defined error.

parent a3a69311
/* Licensed under LGPLv2+ - see LICENSE file for details */
#include <sys/types.h> //for ssize_t definition
#include "sparse_bsearch.h"
void *_sparse_bsearch(const void *key, const void *base,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment