Email List: Xaustin-review-lX
[All Lists]

Defect in XSH poll

To: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Defect in XSH poll
From: yyyyyy@xxxxxxxxxxxxx
Date: Fri, 8 Aug 2003 09:46:08 +0100 (BST)
        Defect report from : Andrew Josey , The Open Group

(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)

@ page 860 line 27998 section poll editorial {typo}

Problem:

Edition of Specification (Year): 2003

Defect code :  1. Error

Two lines of the example are indented in when they should not be



Action:


Change from:

/* Open STREAMS device. */
fds[0].fd = open("/dev/dev0", ...);
fds[1].fd = open("/dev/dev1", ...);
    fds[0].events = POLLOUT | POLLWRBAND;
    fds[1].events = POLLOUT | POLLWRBAND;

to:
/* Open STREAMS device. */
fds[0].fd = open("/dev/dev0", ...);
fds[1].fd = open("/dev/dev1", ...);
fds[0].events = POLLOUT | POLLWRBAND;
fds[1].events = POLLOUT | POLLWRBAND;

<Prev in Thread] Current Thread [Next in Thread>
  • Defect in XSH poll, ajosey <=