xref: /third_party/musl/compat/time32/adjtimex_time32.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/compat/time32/
1570af302Sopenharmony_ci#include "time32.h"
2570af302Sopenharmony_ci#include <time.h>
3570af302Sopenharmony_ci#include <sys/timex.h>
4570af302Sopenharmony_ci
5570af302Sopenharmony_cistruct timex32;
6570af302Sopenharmony_ci
7570af302Sopenharmony_ciint __adjtimex_time32(struct timex32 *tx32)
8570af302Sopenharmony_ci{
9570af302Sopenharmony_ci	return __clock_adjtime32(CLOCK_REALTIME, tx32);
10570af302Sopenharmony_ci}
11

Indexes created Thu Nov 07 10:32:03 CST 2024