mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Remove unnecessary STRACE() statement
This commit is contained in:
parent
fc595a7111
commit
b74d8c1acd
2 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ static errno_t sys_clock_nanosleep(int clock, int flags,
|
||||||
int e, rc;
|
int e, rc;
|
||||||
BEGIN_CANCELLATION_POINT;
|
BEGIN_CANCELLATION_POINT;
|
||||||
e = errno;
|
e = errno;
|
||||||
STRACE("clock_nanosleep(%s, %s, %s, %s) → ...", DescribeClockName(clock),
|
|
||||||
DescribeSleepFlags(flags), DescribeTimespec(0, req),
|
|
||||||
DescribeTimespec(0, rem));
|
|
||||||
if (IsLinux() || IsFreebsd() || IsNetbsd()) {
|
if (IsLinux() || IsFreebsd() || IsNetbsd()) {
|
||||||
rc = __sys_clock_nanosleep(clock, flags, req, rem);
|
rc = __sys_clock_nanosleep(clock, flags, req, rem);
|
||||||
} else if (IsXnu()) {
|
} else if (IsXnu()) {
|
||||||
|
|
Loading…
Reference in a new issue