diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/getopt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index 7b56b57eb10..afcd308cc7b 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -276,7 +276,9 @@ store_args_and_env (int argc, char *const *argv) | |||
| 276 | original_argc = argc; | 276 | original_argc = argc; |
| 277 | original_argv = argv; | 277 | original_argv = argv; |
| 278 | } | 278 | } |
| 279 | # ifdef text_set_element | ||
| 279 | text_set_element (__libc_subinit, store_args_and_env); | 280 | text_set_element (__libc_subinit, store_args_and_env); |
| 281 | # endif /* text_set_element */ | ||
| 280 | 282 | ||
| 281 | # define SWAP_FLAGS(ch1, ch2) \ | 283 | # define SWAP_FLAGS(ch1, ch2) \ |
| 282 | if (nonoption_flags_len > 0) \ | 284 | if (nonoption_flags_len > 0) \ |