diff options
author | Philipp Middendorf <philipp.middendorf@desy.de> | 2024-06-14 11:26:07 +0200 |
---|---|---|
committer | Philipp Middendorf <philipp.middendorf@desy.de> | 2024-06-14 15:00:51 +0200 |
commit | 590ea34acbadb7b12cf52010ed83b5a48a6d3dde (patch) | |
tree | 04102f51dbf7442a24d74289e647e7a85db133f8 /doc/man | |
parent | 535cdec37dcd94606ab5992e73c5ebd437ddfd99 (diff) |
pinkindexer: remove erroneous sys/errno.h
While compiling CrystFEL using musl, this error message popped up:
In file included from ../libcrystfel/src/indexers/pinkindexer.c:36:
x86_64-unknown-linux-musl/sys-include/sys/errno.h:1:2:
warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
| ^~~~~~~
So I removed sys/errno.h completely (since I couldn't figure out where
it was used in the file anyways), and the result still compiled.
Diffstat (limited to 'doc/man')
0 files changed, 0 insertions, 0 deletions