mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
This commit is contained in:
parent
2c292c30b2
commit
89f6ccb93e
157 changed files with 559 additions and 5564 deletions
|
@ -746,7 +746,7 @@ Java_sun_nio_ch_Net_pollconnValue(JNIEnv *env, jclass this)
|
|||
|
||||
/* Declared in nio_util.h */
|
||||
|
||||
jint
|
||||
JNIEXPORT jint JNICALL
|
||||
handleSocketError(JNIEnv *env, jint errorValue)
|
||||
{
|
||||
char *xn;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -62,4 +62,5 @@ jlong convertLongReturnVal(JNIEnv *env, jlong n, jboolean reading);
|
|||
|
||||
/* Defined in Net.c */
|
||||
|
||||
jint handleSocketError(JNIEnv *env, jint errorValue);
|
||||
JNIEXPORT jint JNICALL
|
||||
handleSocketError(JNIEnv *env, jint errorValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue