#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)

comment:1 by code_vaibhav, 22 months ago

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.

in reply to:  1 comment:2 by korli, 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 korli, 22 months ago

Summary: add cfsetspeed to termios.h (easy)implement cfsetspeed (easy)

comment:4 by code_vaibhav, 21 months ago

I have submitted an updated patch here https://review.haiku-os.org/c/haiku/+/6045.

Version 0, edited 21 months ago by code_vaibhav (next)

comment:5 by pulkomandy, 21 months ago

Milestone: UnscheduledR1/beta5
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.