Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit fb68b4d

Browse files
committed
Match the module name to the file name (pthread_np)
1 parent b2c8058 commit fb68b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sys/dragonflybsd/pthread_np.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: Martin Nowak,Diederik de Groot(port:DragonFlyBSD)
55
* Copied: From core/sys/freebsd/sys
66
*/
7-
module core.sys.dragonflybsd.pthread;
7+
module core.sys.dragonflybsd.pthread_np;
88

99
version (DragonFlyBSD):
1010

0 commit comments

Comments
 (0)