Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added check for getpwuid() function
  • Loading branch information
9EOR9 committed Oct 8, 2019
1 parent 8e6812b commit e8023f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CheckFunctions.cmake
Expand Up @@ -21,3 +21,4 @@ CHECK_FUNCTION_EXISTS (memcpy HAVE_MEMCPY)
CHECK_FUNCTION_EXISTS (nl_langinfo HAVE_NL_LANGINFO)
CHECK_FUNCTION_EXISTS (setlocale HAVE_SETLOCALE)
CHECK_FUNCTION_EXISTS (poll HAVE_POLL)
CHECK_FUNCTION_EXISTS (getpwuid HAVE_GETPWUID)

0 comments on commit e8023f3

Please sign in to comment.