diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/unistd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/posix/unistd.h b/posix/unistd.h index 72ecd96023..8c8a48842b 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -662,13 +662,6 @@ extern int acct __P ((__const char *__name)); This call is restricted to the super-user. */ extern int chroot __P ((__const char *__path)); -/* Make the block special device PATH available to the system for swapping. - This call is restricted to the super-user. */ -extern int swapon __P ((__const char *__path)); - -/* Stop using block special device PATH for swapping. */ -extern int swapoff __P ((__const char *__path)); - /* Successive calls return the shells listed in `/etc/shells'. */ extern char *getusershell __P ((void)); |