diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-04-29 07:48:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-04-29 07:48:45 -0700 |
commit | 626a1b1a41daef5b6cf0417a30bba6a7649a75dd (patch) | |
tree | e7ca42dc8c78b6e372170e1a125f8db11b617be4 /include | |
parent | 28a8e39847e8073e71f91676af277a989f8ab2db (diff) | |
parent | 5ac3ea17df811a71fa64aff78ea1b900facd3364 (diff) | |
download | glibc-626a1b1a41daef5b6cf0417a30bba6a7649a75dd.tar.gz glibc-626a1b1a41daef5b6cf0417a30bba6a7649a75dd.tar.xz glibc-626a1b1a41daef5b6cf0417a30bba6a7649a75dd.zip |
Merge remote-tracking branch 'origin/master' into hjl/x32/master
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index bd0209aaac..a2c73a452d 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -176,7 +176,7 @@ extern char *__REDIRECT (__gets_warn, (char *__str), gets) __wur __warnattr ("please use fgets or getline instead, gets can't " "specify buffer size"); -__extern_always_inline __wur char * +__fortify_function __wur char * gets (char *__str) { if (__bos (__str) != (size_t) -1) |