diff options
author | Ken Brown <kbrown@cornell.edu> | 2022-05-24 10:20:23 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2022-05-29 17:45:52 -0400 |
commit | 3e917daec121ae5fd5cdcbb25d0d4e9d1cfd0a2a (patch) | |
tree | 157954d2ed631f496c3c5db2c5010579d3dfb16e /winsup/testsuite | |
parent | 2126f966aeba1616c3bb8b3886061f6235126dcc (diff) | |
download | newlib-3e917daec121ae5fd5cdcbb25d0d4e9d1cfd0a2a.zip newlib-3e917daec121ae5fd5cdcbb25d0d4e9d1cfd0a2a.tar.gz newlib-3e917daec121ae5fd5cdcbb25d0d4e9d1cfd0a2a.tar.bz2 |
Cygwin: remove some 32-bit only path conversion functions
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/winsup.api/cygload.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/testsuite/winsup.api/cygload.cc b/winsup/testsuite/winsup.api/cygload.cc index ad45996..faad5ce 100644 --- a/winsup/testsuite/winsup.api/cygload.cc +++ b/winsup/testsuite/winsup.api/cygload.cc @@ -152,8 +152,6 @@ cygwin::connector::connector (const char *dll) // Pick up the function pointers for the basic infrastructure. get_symbol ("__errno", _errno); get_symbol ("strerror", _strerror); - get_symbol ("cygwin_conv_to_full_posix_path", _conv_to_full_posix_path); - get_symbol ("cygwin_conv_to_full_win32_path", _conv_to_full_win32_path); // Note that you need to be running an interruptible cygwin function if // you want to receive signals. You can use the standard signal() |