[all-commits] [llvm/llvm-project] 916093: [SystemZ][z/OS] correct rc and errno within nanosl...
zibi2 via All-commits
all-commits at lists.llvm.org
Tue Apr 6 08:37:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 916093f49fafa54a7a4a8473ec4704eca3dc5a67
https://github.com/llvm/llvm-project/commit/916093f49fafa54a7a4a8473ec4704eca3dc5a67
Author: Zbigniew Sarbinowski <zibi at ca.ibm.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M libcxx/include/__support/ibm/nanosleep.h
Log Message:
-----------
[SystemZ][z/OS] correct rc and errno within nanosleep()
This patch fixes rc and errno within nanosleep(). It also updates __rem parameter as well it introduces cast to handle conversions from long into unsigned int to avoid warnings.
Reviewed By: Mordante
Differential Revision: https://reviews.llvm.org/D99373
More information about the All-commits
mailing list