Skip to content

Commit

Permalink
fix nullsub macro
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Feb 5, 2024
1 parent fd1c7b3 commit d9b51e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/config/wrapper/network_supported.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# define config_init_tcp6 sys_socket_init_network_target
# define config_init_udp4 sys_socket_init_network_target
# define config_init_udp6 sys_socket_init_network_target
# define config_network_provider_free_all ( ( void ) 0 )
# define config_network_provider_free_all() ( ( void ) 0 )
# define config_open_tcp4_target sys_socket_open_tcp4_target
# define config_open_tcp6_target sys_socket_open_tcp6_target
# define config_open_udp4_target sys_socket_open_udp4_target
Expand Down

0 comments on commit d9b51e2

Please sign in to comment.