https://github.com/termux/libandroid-utimes
Library with futimes, futimesat, lutimes from bionic
https://github.com/termux/libandroid-utimes
Last synced: about 1 year ago
JSON representation
Library with futimes, futimesat, lutimes from bionic
- Host: GitHub
- URL: https://github.com/termux/libandroid-utimes
- Owner: termux
- License: bsd-2-clause
- Created: 2024-03-24T09:37:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T08:05:48.000Z (about 2 years ago)
- Last Synced: 2025-03-25T06:41:44.522Z (about 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# libandroid-utimes
Library with implementations of futimes, futimesat and lutimes from
android's libc (bionic).
The functions are declared in sys/time.h (which termux modifies in an
ndk-patch). libandroid-utimes needs to be added to
TERMUX_PKG_DEPENDS, and -landroid-utimes added to LDFLAGS (or a
similar flag) for a package to be able to make use of this library and
its functions.
To compile, set the CC and AR environmental variables, and then run
make.