newlib-cygwin/winsup/cygwin/include/cygwin
Corinna Vinschen eba32ec829 * cygwin.din (futimens): Export.
(utimensat): Export.
	* fhandler.cc (fhandler_base::utimens): Replace fhandler_base::utimes.
	Call utimens_fs.
	* fhandler.h (class fhandler_base): Declare utimens_fs instead of
	utimes_fs, utimens instead of utimes.
	(class fhandler_disk_file): Declare utimens instead of utimes.
	* fhandler_disk_file.cc (fhandler_disk_file::utimens): Replace
	fhandler_disk_file::utimes.
	(fhandler_base::utimens_fs): Replace fhandler_base::utimes_fs.
	Implement tv_nsec handling according to SUSv4.
	* syscalls.cc (utimensat): New function.
	* times.cc (timespec_to_filetime): New function.
	(timeval_to_timespec): New function.
	(utimens_worker): Replace utimes_worker.
	(utimes): Convert timeval to timespec and call utimens_worker.
	(lutimes): Ditto.
	(futimens): Take over implementation from futimes.
	(futimes): Convert timeval to timespec and call futimens.
	* winsup.h (timespec_to_filetime): Declare.
	* include/cygwin/version.h: Bump API minor number.
	* posix.sgml: Add SUSv4 section.  Add futimens and utimensat to it.
2008-04-24 09:59:54 +00:00
..
_types.h add missing files 2004-03-26 21:17:07 +00:00
acl.h
config.h Add miscfuncs.h to files as needed throughout. 2008-04-07 16:15:45 +00:00
core_dump.h
cygwin_dll.h
fs.h
grp.h
hdreg.h
icmp.h
if.h * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. 2007-06-20 09:28:47 +00:00
in.h * autoload.cc (GetIpForwardTable): Define. 2007-06-14 16:02:32 +00:00
in6.h * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h. 2007-01-18 10:25:40 +00:00
in_systm.h
ipc.h * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc system 2004-06-08 10:53:40 +00:00
kd.h * fhandler.h (class dev_console): Add `metabit' indicating the 2006-07-03 15:29:10 +00:00
msg.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
mtio.h * include/cygwin/mtio.h (GMT_ASYNC): New define. 2004-04-19 19:41:13 +00:00
rdevio.h
sem.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
shm.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
signal.h * cygwin/strsig.cc (__signals): New macro. 2007-07-10 00:12:54 +00:00
socket.h * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h. 2007-12-14 12:12:32 +00:00
sockios.h
stat.h * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): 2007-03-13 13:22:00 +00:00
stdlib.h * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance on 2007-07-08 15:04:34 +00:00
sys_time.h * include/cygwin/sys_time.h: Move futimes and lutimes declaration here from 2005-11-18 16:08:33 +00:00
sysproto.h white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
time.h * include/cygwin/time.h: Remove redundant #endif. 2007-12-03 11:34:59 +00:00
types.h * include/cygwin/types.h: Update copyright. 2006-07-14 21:45:00 +00:00
utmp.h * cygwin.din: Add utmpx symbols. 2004-12-15 17:29:01 +00:00
version.h * cygwin.din (futimens): Export. 2008-04-24 09:59:54 +00:00
wait.h * include/sys/wait.h: Move definition of wait constants from here... 2006-06-12 14:25:05 +00:00