aboutsummaryrefslogtreecommitdiff
path: root/src/deps/_libusockets.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-11 01:10:39 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-11 01:10:39 -0700
commitaf6476ca7412a6708fa449a9c1622ae57314ca78 (patch)
treea9dc2be2c9beed667701659223dd65dc8d4f944a /src/deps/_libusockets.h
parent614d256cb68b718f69d9f54cfb82d61f8d0eb547 (diff)
downloadbun-af6476ca7412a6708fa449a9c1622ae57314ca78.tar.gz
bun-af6476ca7412a6708fa449a9c1622ae57314ca78.tar.zst
bun-af6476ca7412a6708fa449a9c1622ae57314ca78.zip
Work around Zig C ABI bug on Linux
Diffstat (limited to 'src/deps/_libusockets.h')
-rw-r--r--src/deps/_libusockets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deps/_libusockets.h b/src/deps/_libusockets.h
index d9bebda0c..551a33f45 100644
--- a/src/deps/_libusockets.h
+++ b/src/deps/_libusockets.h
@@ -121,7 +121,6 @@ typedef struct {
} uws_socket_behavior_t;
typedef void (*uws_listen_handler)(struct us_listen_socket_t *listen_socket,
- uws_app_listen_config_t config,
void *user_data);
typedef void (*uws_method_handler)(uws_res_t *response, uws_req_t *request,
void *user_data);