This limit is arbitrary, but it's good to enforce it anyway. Signed-off-by: Ophestra <cat@gensokyo.uk>
7 lines
137 B
Go
7 lines
137 B
Go
package internal
|
|
|
|
//#include <unistd.h>
|
|
import "C"
|
|
|
|
func Sysconf_SC_LOGIN_NAME_MAX() int { return int(C.sysconf(C._SC_LOGIN_NAME_MAX)) }
|