Skip to content

Commit 10bf5e4

Browse files
committed
osthread thread_* functions: temporary package specifier substituted by private
1 parent 3369174 commit 10bf5e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

druntime/src/core/thread/posix_impl.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ package(core)
11991199
}
12001200
}
12011201

1202-
package
1202+
private
12031203
{
12041204
//
12051205
// Entry point for POSIX threads

druntime/src/core/thread/windows_impl.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private
336336
}
337337
}
338338

339-
package
339+
private
340340
{
341341
//
342342
// Entry point for Windows threads

0 commit comments

Comments
 (0)