mirror of git://sourceware.org/git/glibc.git
The recent put*ent hardening changes broke the build for i386. i386 defines internal_function to __attribute__ ((regparm (3), stdcall)), which affects type compatibility, so requiring internal_function to be used consistently on declarations and definitions. This patch adds internal_function to the definitions of the new functions using it on their declarations. Tested for i386 that this fixes the build. * nss/rewrite_field.c (__nss_rewrite_field): Use internal_function. * nss/valid_field.c (__nss_valid_field): Likewise. * nss/valid_list_field.c (__nss_valid_list_field): Likewise. |
||
|---|---|---|
| .. | ||
| nss_db | ||
| nss_files | ||
| Depend | ||
| Makefile | ||
| Versions | ||
| XXX-lookup.c | ||
| alias-lookup.c | ||
| bug-erange.c | ||
| bug17079.c | ||
| databases.def | ||
| db-Makefile | ||
| digits_dots.c | ||
| ethers-lookup.c | ||
| function.def | ||
| getXXbyYY.c | ||
| getXXbyYY_r.c | ||
| getXXent.c | ||
| getXXent_r.c | ||
| getent.c | ||
| getnssent.c | ||
| getnssent_r.c | ||
| grp-lookup.c | ||
| hosts-lookup.c | ||
| key-lookup.c | ||
| makedb.c | ||
| netgrp-lookup.c | ||
| network-lookup.c | ||
| nss.h | ||
| nss_test1.c | ||
| nsswitch.c | ||
| nsswitch.conf | ||
| nsswitch.h | ||
| proto-lookup.c | ||
| pwd-lookup.c | ||
| rewrite_field.c | ||
| rpc-lookup.c | ||
| service-lookup.c | ||
| sgrp-lookup.c | ||
| spwd-lookup.c | ||
| test-digits-dots.c | ||
| test-netdb.c | ||
| tst-field.c | ||
| tst-nss-getpwent.c | ||
| tst-nss-static.c | ||
| tst-nss-test1.c | ||
| valid_field.c | ||
| valid_list_field.c | ||