8234339: replace JLI_StrTok in java_md_solinux.c

Reviewed-by: clanger, rriggs
This commit is contained in:
Matthias Baesken 2019-11-18 16:49:39 +01:00
parent b240008ba2
commit 70c5d41f28
2 changed files with 2 additions and 2 deletions

View file

@ -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