summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 02:09:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 02:09:14 +0000
commita32996da9df235e08891cf615b968a8693060cda (patch)
tree176c5e89a203724aa3fec9e85217d7978d2e700d /include
parentc18e671b1c50949e30a34c6bac5554fb7b0e5010 (diff)
undelete died a while back; millert ok
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1a28ebc8a06..8bca390bb48 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.55 2005/11/21 18:16:36 millert Exp $ */
+/* $OpenBSD: unistd.h,v 1.56 2005/11/24 02:09:13 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -221,7 +221,6 @@ int syscall(int, ...);
int truncate(const char *, off_t);
int ttyslot(void);
unsigned int ualarm(unsigned int, unsigned int);
-int undelete(const char *);
int usleep(useconds_t);
void *valloc(size_t); /* obsoleted by malloc() */
pid_t vfork(void);