aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/sync.c')
-rw-r--r--sysdeps/generic/sync.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/generic/sync.c b/sysdeps/generic/sync.c
index aa04edf..1619d1c 100644
--- a/sysdeps/generic/sync.c
+++ b/sysdeps/generic/sync.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,11 +20,10 @@
#include <unistd.h>
/* Make all changes done to all files actually appear on disk. */
-int
+void
sync ()
{
__set_errno (ENOSYS);
- return -1;
}