summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Millan <zeratul2@wanadoo.es>2002-11-10 00:37:28 +0000
committerRobert Millan <zeratul2@wanadoo.es>2002-11-10 00:37:28 +0000
commitde0576f4f38ab095c51ed7414501fe96e768c93b (patch)
tree91d8db1b1a7ae717456a21222fbe47b894071a32
parentec032861e7c3f08c273066dd900b5e5940065718 (diff)
none
-rw-r--r--Distrib/PortingIssues.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Distrib/PortingIssues.mdwn b/Distrib/PortingIssues.mdwn
index 8851e1fd..b42b9f51 100644
--- a/Distrib/PortingIssues.mdwn
+++ b/Distrib/PortingIssues.mdwn
@@ -52,7 +52,7 @@ Replace with RLIMIT\_NOFILE
## <a name="GNU_specific_define"> </a> GNU specific #define
-If you need to include specific code for the Hurd using #if...#endif, then you can use the '\_\_GNU\_\_' symbol to do so. But think (at least) thrice! before doing so. In most situations, this is completely unnecessary and will create more problems than it may solve. Better ask on the mailing list how to do it right if you can't think of a better solution.
+If you need to include specific code for the Hurd using #if...#endif, then you can use the \_\_GNU\_\_ symbol to do so. But think (at least) thrice! before doing so. In most situations, this is completely unnecessary and will create more problems than it may solve. Better ask on the mailing list how to do it right if you can't think of a better solution.
## <a name="sys_errlist_vs_strerror_"> sys\_errlist[] vs. strerror() </a>