aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-15 13:04:14 +0200
committerEli Zaretskii2012-12-15 13:04:14 +0200
commitd3d14b40f39c2e27d7b81218ceda414ea7847234 (patch)
treef7740d0b9d7e6a80ca306eb00aec531045b5d1e9 /src/w32.c
parenta5f74442196408f91cab24147b6322b3355b728d (diff)
downloademacs-d3d14b40f39c2e27d7b81218ceda414ea7847234.tar.gz
emacs-d3d14b40f39c2e27d7b81218ceda414ea7847234.zip
Improve and correct commentary to w32proc-related data and functions.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 7eaa38716f9..50c81f88c72 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -6085,7 +6085,8 @@ sys_pipe (int * phandles)
6085} 6085}
6086 6086
6087/* Function to do blocking read of one byte, needed to implement 6087/* Function to do blocking read of one byte, needed to implement
6088 select. It is only allowed on sockets and pipes. */ 6088 select. It is only allowed on communication ports, sockets, or
6089 pipes. */
6089int 6090int
6090_sys_read_ahead (int fd) 6091_sys_read_ahead (int fd)
6091{ 6092{