diff options
author | John Denker <jsd@av8n.com> | 2013-10-08 11:48:50 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2013-10-18 05:32:26 -0700 |
commit | 7abc58c688b2dfee14cb7d43ab2d457299e35e47 (patch) | |
tree | d9de8cb831060d26ee5f4beda28553af323f0991 /include/linux | |
parent | 17cdcc57fab1a27229751d2ddde59ee1f3749af8 (diff) |
upgrade sysctl /proc/ interface to handle ulonglong
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 14a8ff2..a4a8098 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -53,6 +53,8 @@ extern int proc_dointvec_ms_jiffies(struct ctl_table *, int, void __user *, size_t *, loff_t *); extern int proc_doulongvec_minmax(struct ctl_table *, int, void __user *, size_t *, loff_t *); +extern int proc_doulonglongvec_minmax(struct ctl_table *, int, + void __user *, size_t *, loff_t *); extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, void __user *, size_t *, loff_t *); extern int proc_do_large_bitmap(struct ctl_table *, int, |