diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-02-15 09:13:03 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-02-15 09:13:03 +0000 |
commit | 75fb392aa354661a314d2cb161518a44371e3c99 (patch) | |
tree | aeb000a2512b8f364898abf7b5f9e3cbc5e3e65f /winsup/cygwin/common.din | |
parent | d0695371df1c244d4b44f261f457f4d0e824220d (diff) | |
download | newlib-75fb392aa354661a314d2cb161518a44371e3c99.zip newlib-75fb392aa354661a314d2cb161518a44371e3c99.tar.gz newlib-75fb392aa354661a314d2cb161518a44371e3c99.tar.bz2 |
* i686.din (__mempcpy): Move symbol export from here...
* common.din (__mempcpy): ... to here.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r-- | winsup/cygwin/common.din | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index a7844be..17538ff 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -68,6 +68,7 @@ __isnand NOSIGFE __isnanf NOSIGFE __locale_mb_cur_max NOSIGFE __main NOSIGFE +__mempcpy = mempcpy NOSIGFE __opendir_with_d_ino SIGFE __res_close SIGFE __res_init SIGFE |