mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8234339: replace JLI_StrTok in java_md_solinux.c
Reviewed-by: clanger, rriggs
This commit is contained in:
parent
b240008ba2
commit
70c5d41f28
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,6 @@ JLI_GetAppArgIndex();
|
|||
#define JLI_StrSpn(p1, p2) strspn((p1), (p2))
|
||||
#define JLI_StrCSpn(p1, p2) strcspn((p1), (p2))
|
||||
#define JLI_StrPBrk(p1, p2) strpbrk((p1), (p2))
|
||||
#define JLI_StrTok(p1, p2) strtok((p1), (p2))
|
||||
|
||||
/* On Windows lseek() is in io.h rather than the location dictated by POSIX. */
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue