umount2.s

来自「Glibc 2.3.2源代码(解压后有100多M)」· S 代码 · 共 14 行

S
14
字号
/* umount system call with two parameters.  */#include <sysdep.h>#if defined __NR_oldumount || defined __NR_umount2#ifdef __NR_oldumountPSEUDO (__umount2, umount, 2)#elsePSEUDO (__umount2, umount2, 2)#endif	retPSEUDO_END(__umount2)weak_alias (__umount2, umount2)#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?