mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-19 23:54:59 +08:00
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsd
This commit is contained in:
@@ -167,6 +167,10 @@ main(argc, argv)
|
||||
int ch;
|
||||
#ifdef __rtems__
|
||||
struct getopt_data getopt_reent;
|
||||
#define optind getopt_reent.optind
|
||||
#define optarg getopt_reent.optarg
|
||||
#define opterr getopt_reent.opterr
|
||||
#define optopt getopt_reent.optopt
|
||||
#endif
|
||||
|
||||
if (argc < 2)
|
||||
|
Reference in New Issue
Block a user