summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
diff options
context:
space:
mode:
authorMikhail R. Gadelha <mikhail@igalia.com>2023-08-16 09:52:05 -0300
committerMikhail R. Gadelha <mikhail@igalia.com>2023-08-16 09:52:41 -0300
commitea70e6f9a9f0b97b8693292cb3976a0e72234418 (patch)
tree933d2bb0f517df7294167cb01176e735ffdddf7b /lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
parentc8eeee2be2db2bd7a469065878852a5833add9b9 (diff)
[libc] Fix compilation on 32-bit systems
This fixes the following compilation error: no known conversion from 'off_t *' (aka 'long long *') to 'long' for 5th argument. Since pointers are 32-bit long anyway, casting it to long shouldn't be a problem. Tested on rv32. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D157792
Diffstat (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions