diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 15:27:12 (GMT) |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 15:27:12 (GMT) |
commit | 5be04ec2ceb1df77afbca4fcbf9e92a712612d6f (patch) | |
tree | 2b2e1c71dffae827c8e45cd4cccc375093d03486 /gl/getopt-pfx-core.h | |
parent | 6d1d1dac32841d5ca6ee51bb09b30a6c604b17e2 (diff) | |
download | monitoring-plugins-5be04ec2ceb1df77afbca4fcbf9e92a712612d6f.tar.gz |
Sync with the latest Gnulib code (d4ec02b3cc)refs/pull/2037/head
Diffstat (limited to 'gl/getopt-pfx-core.h')
-rw-r--r-- | gl/getopt-pfx-core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/getopt-pfx-core.h b/gl/getopt-pfx-core.h index 3a2fde5..78b7816 100644 --- a/gl/getopt-pfx-core.h +++ b/gl/getopt-pfx-core.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* getopt (basic, portable features) gnulib wrapper header. | 1 | /* getopt (basic, portable features) gnulib wrapper header. |
2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
4 | Unlike most of the getopt implementation, it is NOT shared | 4 | Unlike most of the getopt implementation, it is NOT shared |
5 | with the GNU C Library. | 5 | with the GNU C Library. |
@@ -47,7 +47,7 @@ | |||
47 | # define optind __GETOPT_ID (optind) | 47 | # define optind __GETOPT_ID (optind) |
48 | # define optopt __GETOPT_ID (optopt) | 48 | # define optopt __GETOPT_ID (optopt) |
49 | 49 | ||
50 | /* Work around a a problem on macOS, which declares getopt with a | 50 | /* Work around a problem on macOS, which declares getopt with a |
51 | trailing __DARWIN_ALIAS(getopt) that would expand to something like | 51 | trailing __DARWIN_ALIAS(getopt) that would expand to something like |
52 | __asm("_" "rpl_getopt" "$UNIX2003") were it not for the following | 52 | __asm("_" "rpl_getopt" "$UNIX2003") were it not for the following |
53 | hack to suppress the macOS declaration <https://bugs.gnu.org/40205>. */ | 53 | hack to suppress the macOS declaration <https://bugs.gnu.org/40205>. */ |