]> arthur.barton.de Git - bup.git/commit - lib/bup/xstat.py
Require utimensat or utimes/lutimes.
authorRob Browning <rlb@defaultvalue.org>
Mon, 16 Dec 2013 02:30:46 +0000 (20:30 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 18 Dec 2013 22:13:40 +0000 (16:13 -0600)
commit449d0097b35c6e516809bfa6452465089aa19038
tree7aff0499235b26ed71cd3d061ec99c2d2ed75ab3
parent54cacc1cfb7437f2c099e24b7d6e87d1c9422e13
Require utimensat or utimes/lutimes.

This was already true (tests would fail), so make it explicit, and if
we do encounter any platforms where none of these functions are
available, we can worry about it then.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c
lib/bup/xstat.py