summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:27:58 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:27:58 +0000
commitdc9f809dd574faccecacee96f8fafcefeb7151aa (patch)
tree1c7397e013635bda4b672a1b9708b854b4ca1d29 /sys/sys/file.h
parent993d22fc7e851e9dec362792896c8513355ba82b (diff)
downloadFreeBSD-src-dc9f809dd574faccecacee96f8fafcefeb7151aa.zip
FreeBSD-src-dc9f809dd574faccecacee96f8fafcefeb7151aa.tar.gz
Make some file/filedesc related functions static
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index febbf4d..ca6f6e8 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -174,7 +174,6 @@ int fget(struct thread *td, int fd, struct file **fpp);
int fget_read(struct thread *td, int fd, struct file **fpp);
int fget_write(struct thread *td, int fd, struct file **fpp);
int fdrop(struct file *fp, struct thread *td);
-int fdrop_locked(struct file *fp, struct thread *td);
/*
* The socket operations are used a couple of places.
OpenPOWER on IntegriCloud