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/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network/netname.c 12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/network/netname.c b/src/network/netname.c
new file mode 100644
index 00000000..ba6e6656
--- /dev/null
+++ b/src/network/netname.c
@@ -0,0 +1,12 @@
+#include <netdb.h>
+
+struct netent *getnetbyaddr(uint32_t net, int type)
+{
+ return 0;
+}
+
+struct netent *getnetbyname(const char *name)
+{
+ return 0;
+}
+
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 12:46:20 +0000

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