Skip to content

Commit

Permalink
maybe it needs to specify struct
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 25, 2024
1 parent bc5e214 commit b180ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq/backend/cffi/_cdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void * malloc(size_t sz);
void free(void *p);
int get_ipc_path_max_len(void);

typedef ... mutex_t;
typedef struct { ...; } mutex_t;

typedef struct _zhint {
void *sock;
Expand Down

0 comments on commit b180ebc

Please sign in to comment.