Opened 22 months ago
Closed 21 months ago
#18220 closed bug (fixed)
implement cfsetspeed (easy)
Reported by: | pulkomandy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | System/POSIX | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
cfsetspeed is a BSD extension to termios.h.
It does the same as combined cfsetispeed + cfsetospeed.
It should be available only if _BSD_SOURCE is defined and probably located in libbsd.
It is used for example by boost ASIO if _BSD_SOURCE or _DEFAULT_SOURCE is defined.
Change History (5)
follow-up: 2 comment:1 by , 22 months ago
comment:2 by , 22 months ago
Replying to code_vaibhav:
Hi,I would like to work on this issue.I suppose only the cfsetspeed function signature is to be added in termios.h .Please correct me if I am missing something.
The summary implies it should be implemented.
comment:3 by , 22 months ago
Summary: | add cfsetspeed to termios.h (easy) → implement cfsetspeed (easy) |
---|
comment:4 by , 21 months ago
I have submitted an updated patch here [https://review.haiku-os.org/c/haiku/+/6047 ].
comment:5 by , 21 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Hi,I would like to work on this issue.I suppose only the cfsetspeed function signature is to be added in termios.h .Please correct me if I am missing something.