mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r(). Reviewed-by: alanb, dcubed, simonis, dholmes
This commit is contained in:
parent
56ea8e7efa
commit
1075d11550
4 changed files with 11 additions and 16 deletions
|
@ -79,7 +79,6 @@
|
|||
# include <link.h>
|
||||
# include <poll.h>
|
||||
# include <pthread.h>
|
||||
# include <pwd.h>
|
||||
# include <schedctl.h>
|
||||
# include <setjmp.h>
|
||||
# include <signal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue