X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwrap.c;h=0b715c737bceb896f302109cc028e2f107f8d845;hb=230707c1899c1c008f7ce2ad97e2fd04849f7443;hp=153ebd5f90f34516c645198ee4450126c8221025;hpb=10cdee0326e9e8a5bbfe1d8312a73d58f023fb5f;p=sbcl.git diff --git a/src/runtime/wrap.c b/src/runtime/wrap.c index 153ebd5..0b715c7 100644 --- a/src/runtime/wrap.c +++ b/src/runtime/wrap.c @@ -452,9 +452,9 @@ int wifstopped(int status) { int wstopsig(int status) { return WSTOPSIG(status); } - /* FIXME: POSIX also defines WIFCONTINUED, but that appears not to exist on at least Linux... */ +#endif /* !LISP_FEATURE_WIN32 */ /* From SB-POSIX, stat-macros */ int s_isreg(mode_t mode) @@ -477,6 +477,7 @@ int s_isfifo(mode_t mode) { return S_ISFIFO(mode); } +#ifndef LISP_FEATURE_WIN32 int s_islnk(mode_t mode) { #ifdef S_ISLNK