Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/rpc
Module Name: src
Committed By: uwe
Date: Tue May 6 21:35:53 UTC 2025
Modified Files:
src/lib/libc/rpc: rpc_commondata.c
Log Message:
libc: g/c duplicate definition of rpc_createerr for !_REENTRANT
rpc_createerr is defined in rpc/mt_misc.c along with the
__rpc_createerr() wrapper. Apparently nobody tried to compile libc
!_REENTRANT since gcc became -fno-common by default.
I'm not sure if that global variable should not be defined for
_REENTRANT at all, so I'm not touching the other definition.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/rpc/rpc_commondata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index