提交 5212ef8e 编写于 作者: T Tom Lane

Correct definition of srandom() --- it takes unsigned int not int.

上级 04075a0c
...@@ -237,7 +237,7 @@ extern long random(void); ...@@ -237,7 +237,7 @@ extern long random(void);
/* Set to 1 if you have srandom() */ /* Set to 1 if you have srandom() */
#undef HAVE_SRANDOM #undef HAVE_SRANDOM
#ifndef HAVE_SRANDOM #ifndef HAVE_SRANDOM
extern void srandom(int seed); extern void srandom(unsigned int seed);
#endif #endif
/* Set to 1 if you have libreadline.a */ /* Set to 1 if you have libreadline.a */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册