From de0576f4f38ab095c51ed7414501fe96e768c93b Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Sun, 10 Nov 2002 00:37:28 +0000 Subject: none --- Distrib/PortingIssues.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Distrib') 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 ## 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. ## sys\_errlist[] vs. strerror() -- cgit v1.2.3