diff options
author | Itamar <itamar8910@gmail.com> | 2020-09-05 20:47:40 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-06 21:36:36 +0200 |
commit | c5b0e0b96b90403cd4bf950c03a19355289e2837 (patch) | |
tree | 8ef98375e551855f80b4bf9476c9294448992225 /Ports/nano | |
parent | efac3d27d2fee7ad2ef5d02d11468b8857ff7e90 (diff) | |
download | serenity-c5b0e0b96b90403cd4bf950c03a19355289e2837.zip |
LibC: Don't include things required for getopt_long in unistd.h
Previously, we were including the whole of <getopt.h> in <unistd.h>.
However according to the posix <unistd.h> doesn't have to contain
everything we had in <getopt.h>.
This fixes some symbol collisions that broke the git port.
Diffstat (limited to 'Ports/nano')
0 files changed, 0 insertions, 0 deletions