summaryrefslogtreecommitdiff
path: root/usr/src/ucbhead/sys/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/ucbhead/sys/fcntl.h')
-rw-r--r--usr/src/ucbhead/sys/fcntl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/ucbhead/sys/fcntl.h b/usr/src/ucbhead/sys/fcntl.h
index 8567282301..d0ddfd9889 100644
--- a/usr/src/ucbhead/sys/fcntl.h
+++ b/usr/src/ucbhead/sys/fcntl.h
@@ -22,6 +22,7 @@
/*
* Copyright 1998 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2015 Joyent, Inc. All rights reserved.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
@@ -40,8 +41,6 @@
#ifndef _SYS_FCNTL_H
#define _SYS_FCNTL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifndef _SYS_TYPES_H
#include <sys/types.h>
#endif
@@ -79,6 +78,8 @@ extern "C" {
#define F_SETFL 4 /* Set file flags */
#define F_SETLK 6 /* Set file lock */
#define F_SETLKW 7 /* Set file lock and wait */
+#define F_FLOCK 53 /* private - flock */
+#define F_FLOCKW 54 /* private - flock wait */
/*
* Applications that read /dev/mem must be built like the kernel. A new