Re: creat system call?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:cc:x-mailer; bh=pBWl4LFSopyV/6SPJMR/+EIGEZlIhzhqddeB/9op2WA=; b=vpejilULXHPji+pZgaSZoKY5PlmPrcetEhuRmQ2TDVXnq/87tkM/eV8cm81gI6deBe 6XQBSuSzLWzkiT06gXohX4fBifHViGfk8l+wNIOf125aMjUAdyqfI7/JKSQQSXtdG/2k PUhsPMORPm/S8z56zsm6It97igb16XcvLnW6A= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; b=QYoACVDeM8OI+QNrcVx8V1RTbEXMp/YtcVetRPyLvPpPoP8eAtiW1uMwUeQRBgBu9V MhIEsrDiXayK2w6H8i3AFmfekM+OITyLPFr93E62P6VHjPnGqzH3xuENtRj4QKymmmA1 j/QMN7LJvKAXUFzDrizo6t6eEpKCUOaW1fMw4= Terry, On Jan 9, 2009, at 8:26 PM, Terry Lambert wrote: Thanks, Joel -- http://wagerlabs.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Calling system calls directly is reckless and will impair binary compatibility. In particular, the system call interfaces are not the interfaces which are documented in section 2 of the manual pages. I'll start work to switch away from syscalls just as soon as I finish my cross-compilation efforts. I'll be using the documented functions via dlopen and friends. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont