mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* posix.c (scm_sync): Return SCM_UNSPECIFIED.
This commit is contained in:
parent
f25f761dac
commit
127ec750f7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995-2000 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1286,6 +1286,7 @@ The return value is unspecified.")
|
|||
#define FUNC_NAME s_scm_sync
|
||||
{
|
||||
sync();
|
||||
return SCM_UNSPECIFIED;
|
||||
}
|
||||
#undef FUNC_NAME
|
||||
#endif /* HAVE_SYNC */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue