diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-04-22 23:31:52 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 23:31:52 -0400 |
commit | 4df46dbda7787fd9f718c4d98a8416fcfa2f2c56 (patch) | |
tree | 7cee7d6d6379074f1379ffb687d9b9bd2fcc51ec /sunrpc/svc_run.c | |
parent | 7a41d99a35ca4c13ad2db1bc3894e1a8ec70721b (diff) | |
download | glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.tar.gz glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.tar.xz glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.zip |
Fix "make xcheck" in sunrpc.
Diffstat (limited to 'sunrpc/svc_run.c')
-rw-r--r-- | sunrpc/svc_run.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c index d92ad57fed..09f40dd188 100644 --- a/sunrpc/svc_run.c +++ b/sunrpc/svc_run.c @@ -101,4 +101,8 @@ svc_run (void) free (my_pollfd); } +#ifdef EXPORT_RPC_SYMBOLS +libc_hidden_def (svc_run) +#else libc_hidden_nolink (svc_run, GLIBC_2_0) +#endif |