Opened 3 weeks ago
#18220 new bug
add cfsetspeed to termios.h (easy)
Reported by: | pulkomandy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
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.
Note:
See TracTickets
for help on using tickets.