Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/issetugid.2
| Show All 27 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd August 25, 1996 | .Dd August 25, 1996 | ||||
| .Dt ISSETUGID 2 | .Dt ISSETUGID 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm issetugid | .Nm issetugid | ||||
| .Nd is current process tainted by uid or gid changes | .Nd is current process tainted by uid or gid changes | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn issetugid void | .Fn issetugid void | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn issetugid | .Fn issetugid | ||||
| system call returns 1 if the process environment or memory address space | system call returns 1 if the process environment or memory address space | ||||
| is considered | is considered | ||||
| ▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines | |||||