summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2013-09-18 18:48:33 +0000
committerrdivacky <rdivacky@FreeBSD.org>2013-09-18 18:48:33 +0000
commitfae003a06921a2c437637783cab8833afbf91fa6 (patch)
tree6b3d2ac346ca65cf7f32f6b024423fc04aa79c0c /sys/sys/syscallsubr.h
parentb320aa22a643ebb0c43c9206e35c936f8a4ffced (diff)
downloadFreeBSD-src-fae003a06921a2c437637783cab8833afbf91fa6.zip
FreeBSD-src-fae003a06921a2c437637783cab8833afbf91fa6.tar.gz
Revert r255672, it has some serious flaws, leaking file references etc.
Approved by: re (delphij)
Diffstat (limited to 'sys/sys/syscallsubr.h')
-rw-r--r--sys/sys/syscallsubr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index 92dd8be..17f2b97 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -121,13 +121,8 @@ int kern_ioctl(struct thread *td, int fd, u_long com, caddr_t data);
int kern_jail(struct thread *td, struct jail *j);
int kern_jail_get(struct thread *td, struct uio *options, int flags);
int kern_jail_set(struct thread *td, struct uio *options, int flags);
-int kern_kqueue(struct thread *td);
-int kern_kqueue_locked(struct thread *td, struct file **fpp);
int kern_kevent(struct thread *td, int fd, int nchanges, int nevents,
struct kevent_copyops *k_ops, const struct timespec *timeout);
-int kern_kevent_locked(struct thread *td, struct file *fp, int nchanges,
- int nevents,
- struct kevent_copyops *k_ops, const struct timespec *timeout);
int kern_kldload(struct thread *td, const char *file, int *fileid);
int kern_kldstat(struct thread *td, int fileid, struct kld_file_stat *stat);
int kern_kldunload(struct thread *td, int fileid, int flags);
@@ -253,8 +248,6 @@ int kern_utimes(struct thread *td, char *path, enum uio_seg pathseg,
struct timeval *tptr, enum uio_seg tptrseg);
int kern_utimesat(struct thread *td, int fd, char *path,
enum uio_seg pathseg, struct timeval *tptr, enum uio_seg tptrseg);
-int kern_utimensat(struct thread *td, int fd, char *path,
- enum uio_seg pathseg, struct timespec *tptr, enum uio_seg tptrseg);
int kern_wait(struct thread *td, pid_t pid, int *status, int options,
struct rusage *rup);
int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
OpenPOWER on IntegriCloud