RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
futimens.c File Reference

Set file access and modification times based on file descriptor in nanoseconds. More...

#include <rtems/libio_.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>

Functions

int futimens (int fd, const struct timespec times[2])
 

Detailed Description

Set file access and modification times based on file descriptor in nanoseconds.

Function Documentation

◆ futimens()

int futimens ( int  fd,
const struct timespec  times[2] 
)