diff options
author | Yabin Cui <yabinc@google.com> | 2015-02-17 23:54:40 +0000 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2015-02-17 23:54:40 +0000 |
commit | 784de4e50a1161d78757402c149d85368bd49c29 (patch) | |
tree | b845b7e6adc69d65e8b96e31fd25c1cf98d56493 /libc/include/stdlib.h | |
parent | 4645c4f62df49d1ece5aabb7c9fa44ca34d30272 (diff) | |
download | android_bionic-784de4e50a1161d78757402c149d85368bd49c29.tar.gz android_bionic-784de4e50a1161d78757402c149d85368bd49c29.tar.bz2 android_bionic-784de4e50a1161d78757402c149d85368bd49c29.zip |
Revert "Move use of __warnattr to __deprecated."
This reverts commit 4645c4f62df49d1ece5aabb7c9fa44ca34d30272.
Change-Id: I6c1062d54a4e2c4f41ce7a403e4e7840e6339146
Diffstat (limited to 'libc/include/stdlib.h')
-rw-r--r-- | libc/include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h index 7f1710d8b..cbd7aeb98 100644 --- a/libc/include/stdlib.h +++ b/libc/include/stdlib.h @@ -58,7 +58,7 @@ extern int unsetenv(const char*); extern int clearenv(void); extern char* mkdtemp(char*); -extern char* mktemp(char*) __deprecated("mktemp possibly used unsafely; consider using mkstemp"); +extern char* mktemp(char*) __warnattr("mktemp possibly used unsafely; consider using mkstemp"); extern int mkostemp64(char*, int); extern int mkostemp(char*, int); |