Remove _POSIX_SOURCE declaration as it's not needed

This commit is contained in:
Benjamin Dauvergne 2015-01-21 15:03:09 +01:00
parent f9e3d85bf6
commit f46bc41cd7
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#define _POSIX_SOURCE
#include <errno.h>
#include <string.h>