Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6802f43 authored by Al Viro's avatar Al Viro
Browse files

um: bury unused _TIF_RESTORE_SIGMASK



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5a30a798
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -79,6 +79,5 @@ static inline struct thread_info *current_thread_info(void)
#define _TIF_POLLING_NRFLAG     (1 << TIF_POLLING_NRFLAG)
#define _TIF_MEMDIE		(1 << TIF_MEMDIE)
#define _TIF_SYSCALL_AUDIT	(1 << TIF_SYSCALL_AUDIT)
#define _TIF_RESTORE_SIGMASK	(1 << TIF_RESTORE_SIGMASK)

#endif