This is the mail archive of the libc-hacker@sources.redhat.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] Fix recent <bits/stdio-lock.h> breakage


That seems kind of ugly to me, especially copying the type definitions.

Perhaps the simplest thing to do is treat _IO_MTSAFE_IO like _LIBC in
libc-lock.h, so it defines all the real types when building libio.

That is sort of unkosher, but using libio's _IO_MTSAFE_IO like this in
libc seems morally equivalent to libio's unkosher use of <bits/*.h> headers.


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