Unix Technical Forum

Re: More nits (was Re: reentrant variants of gethostbyname2/gethostbyaddr)

This is a discussion on Re: More nits (was Re: reentrant variants of gethostbyname2/gethostbyaddr) within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hi! On Mon, Mar 06, 2006 at 11:11:59AM -0800, Ted Unangst wrote: >On 3/6/06, Hannah Schroeter <hannah@schlund.de> wrote: >> ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > mailing.openbsd.tech

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 08:22 AM
Hannah Schroeter
 
Posts: n/a
Default Re: More nits (was Re: reentrant variants of gethostbyname2/gethostbyaddr)

Hi!

On Mon, Mar 06, 2006 at 11:11:59AM -0800, Ted Unangst wrote:
>On 3/6/06, Hannah Schroeter <hannah@schlund.de> wrote:
>> And I think <pthread.h> pollutes the global namespace in an unfortunate
>> way, e.g.


>> struct pthread;


>are you really creating your own struct pthread type?


No. It's a C++ project and other team members have a library
which also wraps pthread stuff in C++, and those pthread wrappers
and convenience functions live in a namespace pthread.

So they try to access things like pthread::SomeClass, but
then the C++ compiler tries to find a member SomeClass of the
*struct* pthread from <pthread.h> instead of the namespace
pthread from their own headers, and fails, of course.

>> Wouldn't it make sense to use "private" names for the opaque struct?
>> I.e.


>> struct __pthread;


>> ...


>> typedef struct __pthread *pthread_t;


>> If that's accepted in general, I'd of course be ready to prepare a
>> diff.


>it would probably be useful just to reinforce the idea that it's
>private and one shouldn't try to use it.


And it'd reduce namespace pollution, and it would fit into the picture
that names starting with __ or _[A-Z] belong to the implementation
of C/C++/POSIX/..., i.e. that wouldn't count as namespace pollution
any more.

So shall I prepare a patch for that and submit it?

Kind regards,

Hannah.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:08 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com