Skip to content

Commit 10b7a75

Browse files
committed
Add semaphore_macosx.h to files to exclude with ./Tools/c-analyzer/check-c-globals.py` tool
1 parent 05b0e0a commit 10b7a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def format_tsv_lines(lines):
4949
EXCLUDED = format_conf_lines([
5050
# macOS
5151
'Modules/_scproxy.c', # SystemConfiguration/SystemConfiguration.h
52+
'Modules/_multiprocessing/semaphore_macosx.h', # <sys/sysctl.h> no longer exists in linux
5253

5354
# Windows
5455
'Modules/_winapi.c', # windows.h

0 commit comments

Comments
 (0)