[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpath
commit5709fac357bb922a9eeecf42adbedd532c00fde6
authorDoug Rupp <rupp@adacore.com>
Wed, 8 Jun 2022 14:39:16 +0000 (8 07:39 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 5 Jul 2022 08:28:20 +0000 (5 08:28 +0000)
tree4c32aa50b7df47c3310cae2f036fe485a3bb1ace
parentaba3ce53e5dc855172164f51080cd71f05f1d994
[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpath

The implementation of __gnat_full_name uses the CRTL realpath, however
this function returns a null string so use the default implementation
instead.

gcc/ada/

* cstreams.c (__gnat_full_name) [QNX]: Remove block.
gcc/ada/cstreams.c