8311917: MAP_FAILED definition seems to be obsolete in src/java.desktop/unix/native/common/awt/fontpath.c
Reviewed-by: prr
This commit is contained in:
parent
812dadb0f9
commit
a38a421f62
@ -48,10 +48,6 @@
|
||||
#define AWT_UNLOCK()
|
||||
#endif /* !HEADLESS */
|
||||
|
||||
#if defined(__linux__) && !defined(MAP_FAILED)
|
||||
#define MAP_FAILED ((caddr_t)-1)
|
||||
#endif
|
||||
|
||||
#ifndef HEADLESS
|
||||
extern Display *awt_display;
|
||||
#endif /* !HEADLESS */
|
||||
|
Loading…
Reference in New Issue
Block a user