summaryrefslogtreecommitdiff
path: root/hurd/porting
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 17:45:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 17:45:07 +0100
commitb8e9b554abc5281a7f532cea31cbd835f87ee25d (patch)
tree9ccc20159c65a9a9d3753100c1f1b40d44d45ce3 /hurd/porting
parenta63243e14b4866b81266d9f86ed250ff1d2ca4df (diff)
Mention CBAUD
Diffstat (limited to 'hurd/porting')
-rw-r--r--hurd/porting/guidelines.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index efc8982a..7de9a6f2 100644
--- a/hurd/porting/guidelines.mdwn
+++ b/hurd/porting/guidelines.mdwn
@@ -306,6 +306,10 @@ Not implemented, not POSIX. Try to disable the feature in the package.
There is no programming interface for the parallel port on GNU/Hurd yet.
+## <a name="baud"> CBAUD </a>
+
+This is not actually standard; cfsetspeed, cfsetispeed, or cfsetospeed should be used instead.
+
## <a name="errno"> `errno` values </a>
When dealing with `errno`, you should always use the predefined error codes defined with the `E*` constants, instead of manually comparing/assigning/etc with their values.