Skip to content

Commit 12a4863

Browse files
maleadtKristofferC
authored andcommitted
Fix physical_memory exports. (#47859)
(cherry picked from commit 5a6c808)
1 parent f8a5cd6 commit 12a4863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/sysinfo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export BINDIR,
2020
loadavg,
2121
free_memory,
2222
total_memory,
23-
physical_free_memory,
24-
physical_total_memory,
23+
free_physical_memory,
24+
total_physical_memory,
2525
isapple,
2626
isbsd,
2727
isdragonfly,

0 commit comments

Comments
 (0)