diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-11-21 15:44:26 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-11-21 15:44:26 -0800 |
commit | 6851bd4d97546fc7378864d36f42f9d2df15dac5 (patch) | |
tree | e3b87ecbf51a39e87d89e875ffc359dfb7638728 /sysdeps/generic/sys/swap.h | |
parent | 84ae135d3282dc362bed0a5c9a575319ef336884 (diff) | |
download | glibc-6851bd4d97546fc7378864d36f42f9d2df15dac5.zip glibc-6851bd4d97546fc7378864d36f42f9d2df15dac5.tar.gz glibc-6851bd4d97546fc7378864d36f42f9d2df15dac5.tar.bz2 |
Adjust generic swapon prototype to match Linux version.
Diffstat (limited to 'sysdeps/generic/sys/swap.h')
-rw-r--r-- | sysdeps/generic/sys/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/sys/swap.h b/sysdeps/generic/sys/swap.h index 5299f9b..52c73c5 100644 --- a/sysdeps/generic/sys/swap.h +++ b/sysdeps/generic/sys/swap.h @@ -24,7 +24,7 @@ /* Make the block special device PATH available to the system for swapping. This call is restricted to the super-user. */ -extern int swapon (const char *__path) __THROW; +extern int swapon (const char *__path, int __flags) __THROW; /* Stop using block special device PATH for swapping. */ extern int swapoff (const char *__path) __THROW; |