Opened 13 years ago
Last modified 13 years ago
#3943 new Feature Requests
LSB compliance for ASIO
Reported by: | Sohail Somani | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
ASIO uses ioctls which LSB considers unportable. It would be useful if ASIO could instead switch to using alternates like fcntl where possible and degrade gracefully for LSB compliance.
Change History (2)
comment:1 by , 13 years ago
Milestone: | Boost 1.43.0 → To Be Determined |
---|
comment:2 by , 13 years ago
I think at least FIONBIO is not but I will get you a list as soon as I can.
The way I found out was I tried to compile my application using asio with the LSB SDK which can be found here http://ldn.linuxfoundation.org/support/downloads .
Note:
See TracTickets
for help on using tickets.
Can you please list which ones LSB doesn't like? Thanks.