Re: open() fails to update st_mtime when used with O_TRUNC and 0 byte files
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dF5VFrzo9q6IbZ+I7fXKC+Zl56aiIdwswCpne7Q/og3OsJGzB9UVHHu/6lSehjmO2bcmyeCD1YXvNRaFQimFecZdDX+gwxm1u8tZNbDBahYMiQLX4CYNjc2pHYG0Hd3mqf0d8CehXk7wTM1SQmoIJr298JsVKeZwQt7O/FCZQXI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KidpgtSXuA/+ZHVTNaUKofsk4Ep3KaKuPfQkuMp2t31hOh58aIcZJbVegIGTF6tkkjkawpurZy+te9gTJ31QFTRQQAuMjD6PUwk7RLHL6J+DDFEHxcdZ/uoOJE9b2xL0DDwLSAW+bi3kXCquZUvFdYIPnFlFubTEw9NBkLuXnQ8= On 6/12/07, Mike Frysinger <vapier.adi@gmail.com> wrote:
i was tracking down a bug in the Linux kernel build system which seems to be caused by a bug in Darwin. the kernel build system creates a bunch of 0 byte files and then uses open(O_TRUNC) on them in order to update the st_mtime field (which triggers make to recreate some object files). on my mac mini, this all falls apart. is there somewhere i can file a bug report about this ? i'm really not familiar with Darwin development methodologies
<http://developer.apple.com/bugreporter/> -Shawn _______________________________________________ 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... On 7/9/07, Mike Frysinger <vapier.adi@gmail.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson