This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BZ #13908 Fix mktemp attribute and comment


On 4 Apr 2012, Andreas Jaeger uttered the following:

> -   Returns TEMPLATE, or a null pointer if it cannot get a unique file 
> name.  */
> -extern char *mktemp (char *__template) __THROW __nonnull ((1)) __wur;
> +   Returns always TEMPLATE, it's either a temporary file name or a null
> +   string if it cannot get a unique file name.  */

"Always returns".

-- 
NULL && (void)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]