diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-02-07 14:44:18 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-02-07 14:44:18 -0800 |
commit | f1d70dad5381352b3cad04b5ee0dd0efe2627683 (patch) | |
tree | 09ee58dd09a6fd5f18131b98cc337a001e90fcb2 /sysdeps/unix/sysv/linux/fips-private.h | |
parent | 7bd642f580ef5698bd5b1777a5ba7af2f58c5d8c (diff) | |
download | glibc-f1d70dad5381352b3cad04b5ee0dd0efe2627683.tar.gz |
Remove lots of inline keywords.
Diffstat (limited to 'sysdeps/unix/sysv/linux/fips-private.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/fips-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/fips-private.h b/sysdeps/unix/sysv/linux/fips-private.h index ceae4891c6..271dca3e5f 100644 --- a/sysdeps/unix/sysv/linux/fips-private.h +++ b/sysdeps/unix/sysv/linux/fips-private.h @@ -29,7 +29,7 @@ /* Return true if FIPS mode is enabled. See sysdeps/generic/fips-private.h for more information. */ -static inline bool +static bool fips_enabled_p (void) { static enum |