Begin port to GNU/kFreeBSD

This is just a minimal port to get Debian up and running; the rest will
be done later.
This commit is contained in:
Steven Chamberlain
2013-10-29 13:35:33 -05:00
committed by William Hubbs
parent 579838d2e7
commit 766d71c2d3
7 changed files with 26 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
#include "librc.h"
#if defined(__linux__)
#if defined(__linux__) || defined (__GLIBC__)
static bool
pid_is_exec(pid_t pid, const char *exec)
{