diff options
author | 2014-01-24 12:51:27 +0100 | |
---|---|---|
committer | 2014-02-21 08:50:15 +0100 | |
commit | 211deca6bf413560b562d69748ebc4df5d80d65e (patch) | |
tree | f7975539a30a9460ae32aca62e16b4951a2412b0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/uaccess: get rid of indirect function calls (diff) | |
download | wireguard-linux-211deca6bf413560b562d69748ebc4df5d80d65e.tar.xz wireguard-linux-211deca6bf413560b562d69748ebc4df5d80d65e.zip |
s390/uaccess: consistent types
The types 'size_t' and 'unsigned long' have been used randomly for the
uaccess functions. This looks rather confusing.
So let's change all functions to use unsigned long instead and get rid
of size_t in order to have a consistent interface.
The only exception is strncpy_from_user() which uses 'long' since it
may return a signed value (-EFAULT).
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions