Add support for using time64 on big-endian machines.
[uclibc-ng.git] / libc / sysdeps / linux / common / sync.c
blob6a569078a69d36d08a43816eaf956ce7f48c0cd2
1 /*
2 * sync syscall for uClibc
4 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
6 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7 */
9 #include <sys/syscall.h>
11 #if defined __USE_BSD || defined __USE_UNIX98
12 # include <unistd.h>
13 _syscall0(void, sync)
14 #endif