diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-16 19:17:46 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-17 14:38:46 +0100 |
| commit | 06e67265374faa677dba2dbd2577054278f19823 (patch) | |
| tree | 2698edb0c8b9246ddfe7bb33e100fbbe03a91791 /executor/syscalls.h | |
| parent | 41126671ec27a77199594ba0122f95612a0e059d (diff) | |
sys: fix typos
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index b0bb62690..6777ec43e 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -635,7 +635,7 @@ call_t syscalls[] = { {"getsockopt$RFCOMM_CONNINFO", __NR_getsockopt}, {"socket$bt_hidp", __NR_socket}, {"ioctl$HIDPCONNADD", __NR_ioctl}, - {"ioctl$HIDPGETCONNLIST", __NR_ioctl}, + {"ioctl$HIDPCONNDEL", __NR_ioctl}, {"ioctl$HIDPGETCONNLIST", __NR_ioctl}, {"ioctl$HIDPGETCONNINFO", __NR_ioctl}, {"socket$bt_cmtp", __NR_socket}, |
