diff options
author | unknown <serg@serg.mylan> | 2004-03-02 22:21:12 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-03-02 22:21:12 +0100 |
commit | bbb3d27a5d8528eec7100210457a254b72818743 (patch) | |
tree | 04021c7bb53d438f34c122e5717a463568477d11 /configure.in | |
parent | 48b6cc2b2e5e336efec65d8daf1c3e649a77adb5 (diff) | |
download | mariadb-git-bbb3d27a5d8528eec7100210457a254b72818743.tar.gz |
my_getsystime()
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6165702a86d..1c22cb7af08 100644 --- a/configure.in +++ b/configure.in @@ -1839,7 +1839,7 @@ AC_CHECK_FUNCS(alarm bcmp bfill bmove bzero chsize cuserid fchmod fcntl \ getcwd gethostbyaddr_r gethostbyname_r getpass getpassphrase getpwnam \ getpwuid getrlimit getrusage getwd gmtime_r index initgroups isnan \ localtime_r locking longjmp lrand48 madvise mallinfo memcpy memmove \ - mkstemp mlockall perror poll pread pthread_attr_create \ + mkstemp mlockall perror poll pread pthread_attr_create clock_gettime \ pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \ pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \ pthread_key_delete pthread_rwlock_rdlock pthread_setprio \ |