From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 08:53:19 +0000
Subject: [PATCH] change otg to host mode

---
 kernel/arch/mips/include/uapi/asm/signal.h |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/kernel/arch/mips/include/uapi/asm/signal.h b/kernel/arch/mips/include/uapi/asm/signal.h
index 53104b1..e6c78a1 100644
--- a/kernel/arch/mips/include/uapi/asm/signal.h
+++ b/kernel/arch/mips/include/uapi/asm/signal.h
@@ -62,18 +62,6 @@
 #define SIGRTMAX	_NSIG
 
 /*
- * SA_FLAGS values:
- *
- * SA_ONSTACK indicates that a registered stack_t will be used.
- * SA_RESTART flag to get restarting signals (which were the default long ago)
- * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
- * SA_RESETHAND clears the handler when the signal is delivered.
- * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
- * SA_NODEFER prevents the current signal from being masked in the handler.
- *
- * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
- * Unix names RESETHAND and NODEFER respectively.
- *
  * SA_RESTORER used to be defined as 0x04000000 but only the O32 ABI ever
  * supported its use and no libc was using it, so the entire sa-restorer
  * functionality was removed with lmo commit 39bffc12c3580ab for 2.5.48

--
Gitblit v1.6.2