#include <precomp.h>
#include <time.h>
#include <sys/utime.h>
#include "bitsfixup.h"
#include <internal/wine/msvcrt.h>
Go to the source code of this file.
◆ RC_INVOKED
◆ _futime()
Definition at line 55 of file futime.c.
56{
59
61 {
63 return -1;
64 }
65
67 {
72 wt = at;
73 }
74 else
75 {
79 {
80 wt = at;
81 }
82 else
83 {
86 }
87 }
88
90 {
93 return -1 ;
94 }
96 return 0;
97}
#define INVALID_HANDLE_VALUE
BOOL WINAPI SetFileTime(IN HANDLE hFile, CONST FILETIME *lpCreationTime OPTIONAL, CONST FILETIME *lpLastAccessTime OPTIONAL, CONST FILETIME *lpLastWriteTime OPTIONAL)
ioinfo * get_ioinfo(int fd)
void release_ioinfo(ioinfo *info)
NTSYSAPI VOID NTAPI RtlSecondsSince1970ToTime(_In_ ULONG SecondsSince1970, _Out_ PLARGE_INTEGER Time)
void _dosmaperr(unsigned long oserrcode)
DWORD WINAPI GetLastError(void)
◆ get_ioinfo()
Definition at line 181 of file file.c.
182{
189}
static ioinfo * get_ioinfo_nolock(int fd)
static void init_ioinfo_cs(ioinfo *info)
void WINAPI EnterCriticalSection(LPCRITICAL_SECTION)
Referenced by _futime().
◆ release_ioinfo()
Definition at line 263 of file file.c.
264{
267}
void WINAPI LeaveCriticalSection(LPCRITICAL_SECTION)
Referenced by _futime().