Now that the compat4x libc.so.4 binary has been updated, we can finally
switch over to using a future-proof stdin/out/err. Note that if you run 4.x binaries on your system, you will certainly want to update /usr/lib/compat/libc.so.4. The easiest way is to add "COMPAT4X= yes" in your /etc/make.conf.
This commit is contained in:
parent
dadb6c3bb0
commit
d02cf26a56
@ -198,7 +198,7 @@ __END_DECLS
|
||||
#endif
|
||||
|
||||
/* To be removed by 5.0-RELEASE */
|
||||
#if (defined(__i386__) || defined(__alpha__)) && !defined(_FIXED_STDIO)
|
||||
#if (defined(__i386__) || defined(__alpha__)) && defined(_OLD_STDIO)
|
||||
#define stdin (&__sF[0])
|
||||
#define stdout (&__sF[1])
|
||||
#define stderr (&__sF[2])
|
||||
|
Loading…
Reference in New Issue
Block a user