From a2fefa87d7d7ee76090a1432fad31bf097b02869 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 1 Feb 2009 10:30:55 +0000 Subject: o Haiku patches by Olivier Coursiere + add posix thread support * improve signal handling * synchronize haiku's baseunix unit with the unix one (maybe it will be possible to remove Haiku's one in a future patch, but i keep it for now) + add support for standard sockets * fix some functions import to use the right libraries under Haiku * fix packages compilation git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12636 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/iconvenc/src/iconvenc.pas | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/iconvenc') diff --git a/packages/iconvenc/src/iconvenc.pas b/packages/iconvenc/src/iconvenc.pas index a1b0c337b9..d151daf1bd 100755 --- a/packages/iconvenc/src/iconvenc.pas +++ b/packages/iconvenc/src/iconvenc.pas @@ -31,6 +31,10 @@ uses const n = 1; +{$ifdef beos} + ESysEILSEQ = EILSEQ; +{$endif} + type piconv_t = ^iconv_t; iconv_t = pointer; @@ -171,4 +175,3 @@ begin end; end. - -- cgit v1.2.1