This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: [PATCH] 2.3.39+ IPC for glibc 2.2


>>>>> Jakub Jelinek writes:

 > On Mon, Jan 17, 2000 at 09:53:34PM -0800, Ulrich Drepper wrote:
>> One more thing: I think the definitions protected by
>> __LIBC_IPC_INTERNAL should be moved into an internal header and not
>> being public.  If they have to be able for some user-level code then
>> the symbol name should be changed.

 > The IPCOP_* definitions can be very easily moved into a non-public header
 > because they are identical on all platforms anyway.
 > With the __old_* structure definitions, I wonder if they can stay
 > unprotected in the public headers or whether I should write sys/msgpriv.h
 > and the like headers which will include sys/msg.h and declare the private
 > things. Having both structures in the same file makes things more readable
 > and easier to compare how it has changed, but if it would be a problem, I
 > can move it away.

Since <bits/msq.h> gets installed, I would prefer to not have internal
declarations in there.  Could you move the structures around?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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