musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include/search.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013年10月29日 20:25:11 +0000
committerSzabolcs Nagy <nsz@port70.net>2013年10月29日 20:25:11 +0000
commitb7d3210196ff3508601a9f57ad18315eb25f7330 (patch)
tree9b839d2486faeaa323b94879673ff04185bb2a2e /include/search.h
parent7e01b8f09b6d50991472e0198c4959b085884dec (diff)
downloadmusl-b7d3210196ff3508601a9f57ad18315eb25f7330.tar.gz
POSIX conformance fix: define struct entry in search.h
Diffstat (limited to 'include/search.h')
-rw-r--r--include/search.h 2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/search.h b/include/search.h
index ebfe08a2..27f61072 100644
--- a/include/search.h
+++ b/include/search.h
@@ -13,7 +13,7 @@ extern "C" {
typedef enum { FIND, ENTER } ACTION;
typedef enum { preorder, postorder, endorder, leaf } VISIT;
-typedef struct {
+typedef struct entry {
char *key;
void *data;
} ENTRY;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月02日 11:19:39 +0000

AltStyle によって変換されたページ (->オリジナル) /