1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <uapi/linux/sem.h>
13 struct sem_undo_list *undo_list;
16 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
17 extern void exit_sem(struct task_struct *tsk);
25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk)
30 static inline void exit_sem(struct task_struct *tsk)
36 #endif /* _LINUX_SEM_H */