summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/syscall01/syscall01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-071-2/+0
| | | | Update #3850
* networking: socket to/from file descriptorSebastian Huber2012-04-031-0/+2
o Move rtems_bsdnet_fdToSocket() and rtems_bsdnet_makeFdForSocket() to "cpukit/libnetworking/rtems/rtems_syscall.c". o The rtems_bsdnet_makeFdForSocket() function is now static. o Check in rtems_bsdnet_fdToSocket() function that the file descriptor uses the socket handlers, otherwise an error status will be returned and errno set to ENOTSOCK. o New test libtests/syscall01.