diff options
| author | kleink <kleink@NetBSD.org> | 1997-12-20 20:23:15 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1997-12-20 20:23:15 +0000 |
| commit | 916831ec4e9ec1f9d78a846af4775abe27981fdf (patch) | |
| tree | 2fd671442e23faa3340f7bcdd1049471482c9dea /lib/libc/include | |
| parent | 5e54e11fbee821d86515c7c888a66cf696e8dac8 (diff) | |
Add lockf(), an alternate interface to perform advisory record locking;
per XPG4.2.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index aae41196d05..d71eba6c69f 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.5 1997/11/02 16:48:25 kleink Exp $ */ +/* $NetBSD: namespace.h,v 1.6 1997/12/20 20:23:18 kleink Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -205,6 +205,7 @@ #define jrand48 _jrand48 #define l64a _l64a #define lcong48 _lcong48 +#define lockf _lockf #define lrand48 _lrand48 #define mergesort _mergesort #define mpool_close _mpool_close |
