mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
fix spelling errors.
Pointed out by: bde
This commit is contained in:
parent
16481ad9d4
commit
e31830e941
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62780
@ -41,22 +41,9 @@ typedef struct node {
|
||||
#endif
|
||||
|
||||
__BEGIN_DECLS
|
||||
/* stdlib.h
|
||||
void *bsearch __P((const void *, const void *, size_t, size_t,
|
||||
int (*)(const void *, const void *)));
|
||||
*/
|
||||
int hcreate __P((size_t));
|
||||
void hdestroy __P((void));
|
||||
ENTRY *hsearch __P((ENTRY, ACTION));
|
||||
/* depricated interfaces (in libcompat)
|
||||
void *lfind __P((const void *, const void *, size_t *, size_t,
|
||||
int (*)(const void *, const void *)));
|
||||
void *lsearch __P((const void *, const void *, size_t *, size_t,
|
||||
int (*)(const void *, const void *)));
|
||||
void insque __P((void *, void *));
|
||||
void remque __P((void *));
|
||||
*/
|
||||
|
||||
void *tdelete __P((const void *, void **,
|
||||
int (*)(const void *, const void *)));
|
||||
void *tfind __P((const void *, void **,
|
||||
|
Loading…
Reference in New Issue
Block a user