Skip to content

Commit

Permalink
Fix show(io, ::RawFD)
Browse files Browse the repository at this point in the history
Failed to import Base.show in #35928
  • Loading branch information
timholy committed Jun 30, 2020
1 parent c94e8d2 commit 189ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/libc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Libc
Interface to libc, the C standard library.
""" Libc

import Base: transcode, windowserror
import Base: transcode, windowserror, show
import Core.Intrinsics: bitcast

export FILE, TmStruct, strftime, strptime, getpid, gethostname, free, malloc, calloc, realloc,
Expand Down

0 comments on commit 189ad0c

Please sign in to comment.