aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-14 05:35:32 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-14 05:35:32 +0000
commit88b69f52ee074783e019b5ab2ba0c63e8a3fd2e7 (patch)
treecca50b6992f3e458c9b643cfea07b527623e9879 /include
parent646420c8dcca3bac0716c94cd849473dc4bdff0f (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index b4b7516bc6acc..5ac79718de901 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -574,7 +574,6 @@ int swapon(const char *);
int swapoff(const char *);
int syscall(int, ...);
off_t __syscall(quad_t, ...);
-int ttyslot(void);
int undelete(const char *);
int unwhiteout(const char *);
void *valloc(size_t); /* obsoleted by malloc() */