pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/generate



On Tue, May 20, 2008 at 10:12:55PM +0300, Aleksey Cheusov wrote:
> STRDUP(3)            Linux Programmer's Manual                 STRDUP(3)

...

#if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED
/* Duplicate S, returning an identical malloc'd string.  */
extern char *strdup (__const char *__s)
__THROW __attribute_malloc__ __nonnull ((1));
#endif


Home | Main Index | Thread Index | Old Index