Skip to content

Commit

Permalink
Update StaticTracepoint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnZhong committed Aug 24, 2024
1 parent b16cd2b commit 832779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/include/folly/tracing/StaticTracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma once

#if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__)) && \
!FOLLY_DISABLE_SDT
!(defined(FOLLY_DISABLE_SDT) && FOLLY_DISABLE_SDT)

#include <folly/tracing/StaticTracepoint-ELFx86.h>

Expand Down

0 comments on commit 832779f

Please sign in to comment.