diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 697e2281d6d..0f550733223 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3275,5 +3275,7 @@ and FILENAME is handled by HANDLER, then HANDLER is called like this:\n\ | |||
| 3275 | defsubr (&Sread_file_name_internal); | 3275 | defsubr (&Sread_file_name_internal); |
| 3276 | defsubr (&Sread_file_name); | 3276 | defsubr (&Sread_file_name); |
| 3277 | 3277 | ||
| 3278 | #ifdef unix | ||
| 3278 | defsubr (&Sunix_sync); | 3279 | defsubr (&Sunix_sync); |
| 3280 | #endif | ||
| 3279 | } | 3281 | } |