GitXplorerGitXplorer
t

libandroid-utimes

public
10 stars
4 forks
0 issues

Commits

List of commits on branch master.
Verified
cc9db1520dfc6ece79277f8e1952adb799ebfc1c

Add a README

GGrimler91 committed 10 months ago
Verified
5e813795e9288cf09ef949355731bd89b7839fd8

lutimes should take struct timeval, not struct timespec

GGrimler91 committed 10 months ago
Verified
155baa814a96c4888253c5b182144483a6f1a82e

Change to use futimesat without flag arg

GGrimler91 committed 10 months ago
Verified
e7e567e0d503793049547afb90bdf1fb4b42485d

Cleanup Makefile

GGrimler91 committed 10 months ago
Verified
5316690c7452ff71f1bcea93cccf5be142818196

Add futimes, futimesat and lutimes implementations from bionic

GGrimler91 committed 10 months ago

README

The README file for this repository.

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.