summaryrefslogtreecommitdiff
path: root/src/os_common/os_getopt.c
diff options
context:
space:
mode:
authorDavid Hows <david.hows@mongodb.com>2017-01-06 12:12:50 +1100
committerDavid Hows <david.hows@mongodb.com>2017-01-06 12:12:50 +1100
commitd48181f6f4db08761ed7b80b0332908b272ad0d0 (patch)
tree38929fdcc5415ee7b001b6f1a406bd5bd777b737 /src/os_common/os_getopt.c
parent040e3d6f764c0fb626cb47fede54469f57d0c6e0 (diff)
parent8d2324943364286056ae399043f70b8a937de312 (diff)
downloadmongodb-3.2.12.tar.gz
Merge branch 'mongodb-3.6' into mongodb-3.2mongodb-3.2.12
Diffstat (limited to 'src/os_common/os_getopt.c')
-rw-r--r--src/os_common/os_getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_common/os_getopt.c b/src/os_common/os_getopt.c
index 0306ad1d79d..960776c3999 100644
--- a/src/os_common/os_getopt.c
+++ b/src/os_common/os_getopt.c
@@ -79,6 +79,7 @@ char *__wt_optarg; /* argument associated with option */
int
__wt_getopt(
const char *progname, int nargc, char * const *nargv, const char *ostr)
+ WT_GCC_FUNC_ATTRIBUTE((visibility("default")))
{
static const char *place = EMSG; /* option letter processing */
const char *oli; /* option letter list index */