Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 11 Aug 2012 08:27:13 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Priorities for next release?

On Sat, Aug 11, 2012 at 02:21:39PM +0200, Daniel Cegiełka wrote:
> support for:
> 
> extern char *__progname;

Isn't there a different public name for this? Policy is generally not
to reproduce symbols that begin with __ unless they are:

(1) part of a documented public API, like stdio_ext.h, or
(2) not used as an API, but part of the ABI that results from
compiling a program against glibc headers.

This is the same issue as __secure_getenv, and the glibc folks
themselves even have declared that it's not to be used and made a
replacement symbol for the public interface.

Rich

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.