Viewing Issue Simple Details
[ Jump to Notes ]
|
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Type |
Date Submitted |
Last Update |
0001482 |
[Issue 8 drafts] System Interfaces |
Editorial |
Enhancement Request |
2021-06-03 14:54 |
2024-06-11 09:12 |
|
Reporter |
dennisw |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
Accepted |
|
Status |
Closed |
|
Product Version |
Draft 2 |
|
Name |
Dennis Wölfing |
Organization |
|
User Reference |
|
Section |
bind |
Page Number |
605 |
Line Number |
21140-21141 |
Final Accepted Text |
|
|
Summary |
0001482: bind EILSEQ error only applies to AF_UNIX sockets |
Description |
The ERRORS section of bind() lists errors that are specific to AF_UNIX sockets separately from errors that can happen with any socket. However the EILSEQ error can only happen with AF_UNIX sockets but is listed with the generic errors instead of with the AF_UNIX specific errors. |
Desired Action |
On page 605 move lines 21140-21141[EILSEQ]The last pathname component is not a portable filename, and cannot be
created in the target directory. to just before the EIO error on line 21156. |
Tags |
issue8 |
|
Attached Files |
|
|