aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 892e97626bd..257634292b1 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3371,7 +3371,7 @@ system_process_attributes (Lisp_Object pid)
3371 nread = 0; 3371 nread = 0;
3372 else 3372 else
3373 { 3373 {
3374 record_unwind_protect (close_file_unwind, fd); 3374 record_unwind_protect_int (close_file_unwind, fd);
3375 nread = emacs_read (fd, &pinfo, sizeof pinfo); 3375 nread = emacs_read (fd, &pinfo, sizeof pinfo);
3376 } 3376 }
3377 3377