mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
This commit is contained in:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
1
third_party/python/PC/clinic/winreg.inc
vendored
1
third_party/python/PC/clinic/winreg.inc
vendored
|
@ -4,7 +4,6 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
|
||||
/*[clinic input]
|
||||
preserve
|
||||
|
|
1
third_party/python/PC/clinic/winsound.inc
vendored
1
third_party/python/PC/clinic/winsound.inc
vendored
|
@ -4,7 +4,6 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
|
||||
/*[clinic input]
|
||||
preserve
|
||||
|
|
1
third_party/python/PC/dl_nt.c
vendored
1
third_party/python/PC/dl_nt.c
vendored
|
@ -4,7 +4,6 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
|
||||
|
|
1
third_party/python/PC/getpathp.c
vendored
1
third_party/python/PC/getpathp.c
vendored
|
@ -5,7 +5,6 @@
|
|||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "windows.h"
|
||||
/* clang-format off */
|
||||
|
||||
/* Return the initial module search path. */
|
||||
/* Used by DOS, Windows 3.1, Windows 95/98, Windows NT. */
|
||||
|
|
1
third_party/python/PC/launcher.c
vendored
1
third_party/python/PC/launcher.c
vendored
|
@ -4,7 +4,6 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
* Copyright (C) 2011-2013 Vinay Sajip.
|
||||
|
|
1
third_party/python/PC/winreg.c
vendored
1
third_party/python/PC/winreg.c
vendored
|
@ -42,7 +42,6 @@
|
|||
#define KEY_EXECUTE kNtKeyExecute
|
||||
#define KEY_ALL_ACCESS kNtKeyAllAccess
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
winreg.c
|
||||
|
|
1
third_party/python/PC/winsound.c
vendored
1
third_party/python/PC/winsound.c
vendored
|
@ -4,7 +4,6 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
/* clang-format off */
|
||||
|
||||
/* Author: Toby Dickenson <htrd90@zepler.org>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue