[macports-legacy-support] branch master updated (a2cd305 -> b9309fc)
Christopher Nielsen
mascguy at macports.org
Wed Jul 24 02:46:44 UTC 2024
Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.
from a2cd305 Add tests for some queue operations.
new af8a73f Add fgetattrlist()
new b9309fc Add tests for fgetattrlist() and fsetattrlist()
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 3 +-
include/MacportsLegacySupport.h | 2 +-
include/unistd.h | 2 +
manual_tests/darwin_c.c | 1 +
src/{fsetattrlist.c => fgetattrlist.c} | 13 +++--
test/test_fgetattrlist.c | 68 ++++++++++++++++++++++++
test/test_fsetattrlist.c | 95 ++++++++++++++++++++++++++++++++++
7 files changed, 177 insertions(+), 7 deletions(-)
copy src/{fsetattrlist.c => fgetattrlist.c} (83%)
create mode 100644 test/test_fgetattrlist.c
create mode 100644 test/test_fsetattrlist.c
More information about the macports-changes
mailing list