diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-01-01 13:18:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-01-01 13:18:03 -0800 |
commit | 8bfa4b48a39376ac056a7811f23efcd5f9144009 (patch) | |
tree | 9edafd3361b8d3fe0dad559c9c78a7b9887a47ff /tests/017/glob-carray.expected | |
parent | 4755c6832dcff075124cb54a72cc6f5cfed361e9 (diff) | |
download | txr-8bfa4b48a39376ac056a7811f23efcd5f9144009.tar.gz txr-8bfa4b48a39376ac056a7811f23efcd5f9144009.tar.bz2 txr-8bfa4b48a39376ac056a7811f23efcd5f9144009.zip |
sysif.h: remove dependency on off_t.
The sysif.h header breaks on some systems because it
references off_t, which requires <sys/types.h>. But the off_t
materials in this header are unnecessary; we can remove
them.
* sysif.c (off_t_num, num_off_t): Extern functions become static,
and are wrapped with #if HAVE_FSEEKO. These functions are
only called from sysif.c, only from code relying on fseeko.
* sysif.h (OFF_T_MAX, OFF_T_MIN): Macros not used anywhere are removed.
(off_t_num, num_off_t): Declarations removed.
Diffstat (limited to 'tests/017/glob-carray.expected')
0 files changed, 0 insertions, 0 deletions