commit | ff3aaa6ef30bf08f2a7490b3608f10b64c1821c3 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@meta.com> | Fri Dec 02 12:33:40 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sun Dec 04 14:51:52 2022 +0100 |
tree | 84f3328c18d035665bdaf737275837cb27a9e6bc | |
parent | 016f0d4fbe93dfe6a5b51ac565faf17981bf29ab [diff] |
posix: getopt: move declarations to unistd.h Declarations for `getopt()` should be in `<unistd.h>` according to the spec. The extended versions `getopt_long()` and `getopt_long_only()` are declared in `<getopt.h>`. Signed-off-by: Chris Friedt <cfriedt@meta.com>