summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-28 00:15:43 +0000
committerwollman <wollman@FreeBSD.org>2002-10-28 00:15:43 +0000
commitd47f5a7e94eaddce370ce4688d56fb6f615db5fe (patch)
treeef8b51b7909ca8da3340038a26cdd405f3576f40 /include/unistd.h
parent092b51aeec7dc966bbc8dcd2ac52a71641bd3a4c (diff)
downloadFreeBSD-src-d47f5a7e94eaddce370ce4688d56fb6f615db5fe.zip
FreeBSD-src-d47f5a7e94eaddce370ce4688d56fb6f615db5fe.tar.gz
Create a small library function, check_utility_compat(3), to determine
whether a named utility should behave in FreeBSD 4.x-compatible mode or in a standard mode (default standard). The configuration is done malloc(3)-style, with either an environment variable or a symlink. Update expr(1) to use this new interface.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index c101a1e..2fd898e 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -437,6 +437,7 @@ struct timeval; /* select(2) */
int acct(const char *);
int async_daemon(void);
int brk(const void *);
+int check_utility_compat(const char *);
int chroot(const char *);
const char *
crypt_get_format(void);
OpenPOWER on IntegriCloud