1# /* @(#)libgetopt-mapvers	1.7 19/12/14 Copyright 2018-2019 J. Schilling */
2#include <schily/mconfig.h>
3
4SCHILY_1.1 {
5global:
6	optflg;		# Needed for plus options
7} SCHILY_1.0;
8
9SCHILY_1.0 {
10global:
11	getsubopt;	# getsubopt()
12	getopt;		# getopt()
13
14	optind;		# int optind
15	opterr;		# int opterr
16	optopt;		# int optopt
17	optarg;		# char *optarg
18	opt_sp; 	# int opt_sp	Missing w. outdated getopt() on Solaris
19
20#if defined(HAVE_PRAGMA_WEAK) && defined(HAVE_LINK_WEAK)
21	_sp;	# int _sp	Compatibility to old SunOS programs
22#endif
23
24local:
25	*;
26};
27