diff options
author | midipix <writeonce@midipix.org> | 2021-04-20 22:15:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-20 19:27:27 +0000 |
commit | 6f24f4acd132670fd7edcaf2d87c4d465ae359ef (patch) | |
tree | fd47234f678f496a42dc98029c077f4ceaf3c186 /project | |
parent | d7918a23986d28fe85d4ecb6021b40969036557c (diff) | |
download | tpax-6f24f4acd132670fd7edcaf2d87c4d465ae359ef.tar.bz2 tpax-6f24f4acd132670fd7edcaf2d87c4d465ae359ef.tar.xz |
internals: added tpax_getdents() and related PORTING document.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 2d49c17..b33a797 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -8,6 +8,7 @@ INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/tpax_dprintf_impl.h \ $(SOURCE_DIR)/src/internal/tpax_driver_impl.h \ $(SOURCE_DIR)/src/internal/tpax_errinfo_impl.h \ + $(SOURCE_DIR)/src/internal/tpax_getdents_impl.h \ $(SOURCE_DIR)/src/internal/tpax_readlink_impl.h \ $(SOURCE_DIR)/src/internal/tpax_tmpfile_impl.h \ |