File:  [DVB] / dietlibc / include / utime.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Mar 3 18:40:05 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
get rid of lots of socket cruft

#ifndef _UTIME_H
#define _UTIME_H

#include <sys/cdefs.h>
#include <sys/types.h>
#include <time.h>

__BEGIN_DECLS

struct utimbuf {
  time_t actime;  /* access time */
  time_t modtime; /* modification time */
};

int utime(const char* filename, const struct utimbuf* buf) __THROW;

__END_DECLS

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>