mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Implement POSIX threads API
This commit is contained in:
parent
af24f21556
commit
9be364d40a
95 changed files with 6029 additions and 317 deletions
|
@ -41,8 +41,8 @@ def FixQuotedPath(path, incl):
|
|||
return os.path.normpath(p2)
|
||||
|
||||
def FixThirdParty(path):
|
||||
if not path.endswith(EXTENSIONS):
|
||||
return
|
||||
# if not path.endswith(EXTENSIONS):
|
||||
# return
|
||||
|
||||
print(path)
|
||||
with open(path) as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue