| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add sysexits.h for Android | Denis 'GNUtoo' Carikli | 2021-05-25 | 1 | -0/+114 |
| The include has been imported from sysexits.h from Parabola i686. As Replicant 6 doesn't have sysexits.h, the compilation will fail if it's not provided somehow: external/i9300-modem-pins/main.c:6:22: fatal error: sysexits.h: No such file or directory #include <sysexits.h> ^ compilation terminated. Being able to use sysexits.h is really interesting as it provides a standard for applications exit codes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||||
