[Git][ghc/ghc][master] rts: Drop imports of pthreads functions in cmm sources

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Mar 12 11:12:47 UTC 2025



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
b3f80b07 by Ben Gamari at 2025-03-12T07:12:27-04:00
rts: Drop imports of pthreads functions in cmm sources

These are no longer used. I noticed these while looking for uses of
__PIC__ in Cmm sources.

- - - - -


2 changed files:

- rts/HeapStackCheck.cmm
- rts/PrimOps.cmm


Changes:

=====================================
rts/HeapStackCheck.cmm
=====================================
@@ -14,9 +14,6 @@
 #include "Updates.h"
 #include "SMPClosureOps.h"
 
-#if defined(__PIC__)
-import pthread_mutex_unlock;
-#endif
 import AcquireSRWLockExclusive;
 import ReleaseSRWLockExclusives;
 


=====================================
rts/PrimOps.cmm
=====================================
@@ -25,10 +25,6 @@
 #include "MachDeps.h"
 #include "SMPClosureOps.h"
 
-#if defined(__PIC__)
-import pthread_mutex_lock;
-import pthread_mutex_unlock;
-#endif
 import CLOSURE ghczminternal_GHCziInternalziControlziExceptionziBase_nestedAtomically_closure;
 import CLOSURE ghczminternal_GHCziInternalziIOziException_heapOverflow_closure;
 import CLOSURE ghczminternal_GHCziInternalziIOziException_blockedIndefinitelyOnMVar_closure;



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3f80b07d3057f28eb5f42e35f78fcff9331198b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3f80b07d3057f28eb5f42e35f78fcff9331198b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250312/d4415b0c/attachment-0001.html>


More information about the ghc-commits mailing list