fips_premain.c: fix warning about _exit on MacOS X.

This commit is contained in:
Andy Polyakov 2011-11-08 12:15:04 +00:00
parent 6a0ea5d239
commit 7467b76fbf
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(__unix) || defined(__unix__) || defined(__vxworks) || defined(__ANDROID__)
#if defined(__unix) || defined(__unix__) || defined(__vxworks) || defined(__ANDROID__) || defined(__APPLE__)
#include <unistd.h>
#endif

View File

@ -1 +1 @@
HMAC-SHA1(fips_premain.c)= a401afd9c2b57f0f11d2b34b6d0c9815b1fe6a66
HMAC-SHA1(fips_premain.c)= 1eaf66f76187877ff403708a2948d240f92736a0