summaryrefslogtreecommitdiff
path: root/klibc/include
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include')
-rw-r--r--klibc/include/netinet/if_ether.h (renamed from klibc/include/net/if_ether.h)0
-rw-r--r--klibc/include/netpacket/packet.h1
-rw-r--r--klibc/include/signal.h4
3 files changed, 1 insertions, 4 deletions
diff --git a/klibc/include/net/if_ether.h b/klibc/include/netinet/if_ether.h
index 060ef22070..060ef22070 100644
--- a/klibc/include/net/if_ether.h
+++ b/klibc/include/netinet/if_ether.h
diff --git a/klibc/include/netpacket/packet.h b/klibc/include/netpacket/packet.h
new file mode 100644
index 0000000000..b5e8e0e11f
--- /dev/null
+++ b/klibc/include/netpacket/packet.h
@@ -0,0 +1 @@
+#include <linux/if_packet.h>
diff --git a/klibc/include/signal.h b/klibc/include/signal.h
index ab3c98d6e4..05930bdea1 100644
--- a/klibc/include/signal.h
+++ b/klibc/include/signal.h
@@ -82,10 +82,6 @@ __extern int sigaction(int, const struct sigaction *, struct sigaction *);
__extern int sigprocmask(int, const sigset_t *, sigset_t *);
__extern int sigpending(sigset_t *);
__extern int sigsuspend(const sigset_t *);
-__extern int rt_sigaction(int, const struct sigaction *, struct sigaction *, size_t);
-__extern int rt_sigprocmask(int, const sigset_t *, sigset_t *, size_t);
-__extern int rt_sigpending(sigset_t *, size_t);
-__extern int rt_sigsuspend(const sigset_t *, size_t);
__extern int raise(int);
__extern int kill(pid_t, int);