Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 26 Sep 2014 08:39:39 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Cc: ????????? <jianzhong.huang@...oft.com.cn>
Subject: Re: fdopen/fflush problem

* Rich Felker <dalias@...c.org> [2014-09-26 02:18:10 -0400]:
> See the following text from the man page:
> 
>     The mkostemp() function is like mkstemp(), with the difference
>     that the following bits???with the same meaning as for open(2)???may
>     be specified in flags: O_APPEND, O_CLOEXEC, and O_SYNC. Note that
>     when creating the file, mkostemp() includes the values O_RDWR,
>     O_CREAT, and O_EXCL in the flags argument given to open(2);
>     including these values in the flags argument given to mkostemp()
>     is unnecessary, and produces errors on some systems.

ah i didnt see this, so it's not a musl bug

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.