From cca37c17ae8f418fe36ba8dbd1bd41fdf551ffaa Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Thu, 17 Aug 2000 12:57:25 +0000 Subject: [PATCH] Correct the spelling of the poll system call; from Scott A Crosby. --- code/unix-glibc2.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/unix-glibc2.lisp b/code/unix-glibc2.lisp index 478f5ab05..47da870d6 100644 --- a/code/unix-glibc2.lisp +++ b/code/unix-glibc2.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix-glibc2.lisp,v 1.9 2000/07/31 09:53:39 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix-glibc2.lisp,v 1.10 2000/08/17 12:57:25 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -2379,7 +2379,7 @@ in at a time in poll.") an event to occur; if TIMEOUT is -1, block until an event occurs. Returns the number of file descriptors with events, zero if timed out, or -1 for errors." - (int-syscall ("pool" (* (struct pollfd)) long int) + (int-syscall ("poll" (* (struct pollfd)) long int) fds nfds timeout)) ;;; sys/resource.h -- GitLab