瀏覽代碼

missed to define internal setregid

Peter S. Mazinger 20 年之前
父節點
當前提交
0fc9ef37b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/sysdeps/linux/common/setregid.c

+ 1 - 0
libc/sysdeps/linux/common/setregid.c

@@ -24,3 +24,4 @@ int setregid(gid_t rgid, gid_t egid)
 	return (__syscall_setregid(rgid, egid));
 }
 libc_hidden_proto(setregid)
+libc_hidden_def(setregid)