summaryrefslogtreecommitdiff
path: root/hurd/porting
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-11-05 18:29:51 +0100
committerArne Babenhauserheide <arne_bab@web.de>2011-11-05 18:29:51 +0100
commitae2fb6ad10b538d428ff0dd7138ae1cf02b1862a (patch)
tree4a66b774bf493e95fc2961236de0ee84b4646362 /hurd/porting
parent42dc7198bbea79f4abe15d40804f539ffed1b05b (diff)
parent2e315ef11db39e8ee0a0decc054801521ee049dd (diff)
fix merge conflict
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.