]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libc/include/stdlib.h
Fix ptsname(3) and ttyname(3) to use TLS.
[android-sdk/platform-bionic.git] / libc / include / stdlib.h
index 3053e85b2f46f15fd9ea9e97e78193de0ffdf229..dfb788e573e33165b88de20752d84a98aa127fd0 100644 (file)
@@ -131,7 +131,7 @@ void srandom(unsigned int);
 int getpt(void);
 int grantpt(int);
 int posix_openpt(int);
-char* ptsname(int) __warnattr("ptsname is not thread-safe; use ptsname_r instead");
+char* ptsname(int);
 int ptsname_r(int, char*, size_t);
 int unlockpt(int);