4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-09 02:29:07 +08:00

Cygwin: AF_UNIX: update tests

This commit is contained in:
Ken Brown 2020-11-01 21:58:08 -05:00
parent 852fb2afba
commit 6da65394a3
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
#include "unix_sockets.h" /* Declares our socket functions */
#include "af_unix_hdr.h"
#define SOCK_PATH "scm_multi"
#define SOCK_PATH "/tmp/scm_multi"
#define MAX_FDS 1024 /* Maximum number of file descriptors we'll
attempt to exchange in ancillary data */

View File

@ -18,4 +18,4 @@
#include "unix_sockets.h" /* Declares our unix*() socket functions */
#include "af_unix_hdr.h"
#define SOCK_PATH "scm_rights"
#define SOCK_PATH "/tmp/scm_rights"