Skip to content

Commit b7697e7

Browse files
jayschwaihnorton
authored andcommittedOct 10, 2015
Add Libdl.dlext to documentation
fixes #12865
1 parent acfe470 commit b7697e7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎base/docs/helpdb.jl

+7
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,13 @@ Convert a number of seconds since the epoch to broken-down format, with fields `
364364
"""
365365
Libc.TmStruct
366366

367+
doc"""
368+
dlext
369+
370+
File extension for dynamic libraries (e.g. dll, dylib, so) on the current platform.
371+
"""
372+
Libdl.dlext
373+
367374
doc"""
368375
time(t::TmStruct)
369376

‎doc/stdlib/libdl.rst

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
6969
Close shared library referenced by handle.
7070

71+
.. data:: dlext
72+
73+
File extension for dynamic libraries (e.g. dll, dylib, so) on the current platform.
74+
7175
.. function:: find_library(names, locations)
7276

7377
.. Docstring generated from Julia source

0 commit comments

Comments
 (0)