summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/futimens.c
Commit message (Collapse)AuthorAgeFilesLines
* futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1
| | | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> (cherry picked from commit d0a8b14169c6f01dadd07f6b4e14cc335a62f234) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer2009-11-231-1/+6
| | | | | | | Also, remove unneeded __need_timespec (It cuts off a tiny bit of work for CPP but is of course not strictly needed). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* futimens: add functionBernhard Reutner-Fischer2009-11-201-0/+23
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>