This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: <sys/unistd.h> not namespace-clean


> Wouldn't it make more sense to remove the variable names entirely?  That
> completely eliminates name space pollution rather than shifting it.

Yes. However, as the implementation provider the _* name space is reserved
for you. Personally, I'd just remove the names entirely and use the _*
namespace when you have to (for internally used functions behind macros,
etc).

Charles
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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