#include <linux/compat.h>
#include <linux/errno.h>
#include <linux/highuid.h>
#include <linux/init.h>
#include <linux/msg.h>
#include <linux/shm.h>
#include <linux/syscalls.h>
#include <linux/ptrace.h>
#include <linux/mutex.h>
#include <asm/uaccess.h>
#include "util.h"
Go to the source code of this file.
|
long | compat_sys_semctl (int semid, int semnum, int cmd, int arg) |
|
long | compat_sys_msgsnd (int msqid, struct compat_msgbuf __user *msgp, compat_ssize_t msgsz, int msgflg) |
|
long | compat_sys_msgrcv (int msqid, struct compat_msgbuf __user *msgp, compat_ssize_t msgsz, long msgtyp, int msgflg) |
|
long | compat_sys_msgctl (int first, int second, void __user *uptr) |
|
long | compat_sys_shmat (int shmid, compat_uptr_t shmaddr, int shmflg) |
|
long | compat_sys_shmctl (int first, int second, void __user *uptr) |
|
long | compat_sys_semtimedop (int semid, struct sembuf __user *tsems, unsigned nsops, const struct compat_timespec __user *timeout) |
|