mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix the last merge
This commit is contained in:
parent
7db33f809a
commit
697cfa3fbc
3 changed files with 4 additions and 3 deletions
|
|
@ -660,8 +660,8 @@ CHECK_FUNCTION_EXISTS_UNIX(rdtscll HAVE_RDTSCLL)
|
|||
|
||||
CHECK_SYMBOL_EXISTS_UNIX(sys_errlist "stdio.h" HAVE_SYS_ERRLIST)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(madvise "sys/mman.h" HAVE_DECL_MADVISE)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(tzname "time.h" HAVE_TZNAME)
|
||||
CHECK_SYMBOL_EXISTS(lrand48 "stdlib.h" HAVE_LRAND48)
|
||||
CHECK_SYMBOL_EXISTS(tzname "time.h" HAVE_TZNAME)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(lrand48 "stdlib.h" HAVE_LRAND48)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(getpagesize "unistd.h" HAVE_GETPAGESIZE)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(TIOCGWINSZ "sys/ioctl.h" GWINSZ_IN_SYS_IOCTL)
|
||||
CHECK_SYMBOL_EXISTS_UNIX(FIONREAD "sys/ioctl.h" FIONREAD_IN_SYS_IOCTL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue