| To: | yyyyyyyyyyyyyyy@xxxxxxxxxxxxx |
|---|---|
| Subject: | Defect in XSH lio_listio |
| From: | yyy@xxxxxxxxxxxxx (Geoff Clare) |
| Date: | Tue, 16 Apr 2002 18:04:31 +0100 |
@ page 683 line 22539 section lio_listio comment [gwc lio_listio restrict]
Problem:
Defect code : 1. Error
The use of restrict in the lio_listio() prototype is inconsistent with
all the other uses of restrict in prototypes.
Action:
Change the second argument from:
struct aiocb *restrict const list[restrict]
to:
struct aiocb *const list[restrict]
Make the same change (minus the parameter name "list") to XBD6 P204 L7294.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Defect in XSH 2.2.2 Namespace, joannaf |
|---|---|
| Next by Date: | Defect in XSH dlsym, mseitz |
| Previous by Thread: | Defect in XSH 2.2.2 Namespace, joannaf |
| Next by Thread: | Defect in XSH lio_listio, mstrbill |
| Indexes: | [Date] [Thread] [All Lists] |