diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-11 22:28:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-11 22:28:22 +0000 |
commit | d9fa85d5fccc2ebd5ee9c3112397e90161393803 (patch) | |
tree | ef9617dc4461effb1b3655652959efddabc72f97 /loader/minilibc.h | |
parent | 904b5dd4f752920963b1dddcf6ef2911cf397108 (diff) | |
download | anaconda-d9fa85d5fccc2ebd5ee9c3112397e90161393803.tar.gz anaconda-d9fa85d5fccc2ebd5ee9c3112397e90161393803.tar.xz anaconda-d9fa85d5fccc2ebd5ee9c3112397e90161393803.zip |
turn off swap before unmounting filesystems
Diffstat (limited to 'loader/minilibc.h')
-rw-r--r-- | loader/minilibc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/minilibc.h b/loader/minilibc.h index c620be241..e1307f9a9 100644 --- a/loader/minilibc.h +++ b/loader/minilibc.h @@ -48,6 +48,7 @@ static inline _syscall2(int,setdomainname,const char *,name,int,len) static inline _syscall1(int,umount,const char *,dir) static inline _syscall1(int,unlink,const char *,fn) static inline _syscall1(int,close,int,fd) +static inline _syscall1(int,swapoff,const char *,fn) static inline _syscall0(int,getpid) static inline _syscall0(int,sync) #ifdef __sparc__ |