From: Rich Felker Date: Thu, 14 Apr 2011 23:14:42 +0000 (-0400) Subject: fix typo in legacy FAPPEND definition X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=9b96220e5a9d1648c84060357ebe473e2afbe45c;hp=33a3f202d1998ca7ba2d3bec1e4886accc0053a7 fix typo in legacy FAPPEND definition --- diff --git a/arch/i386/bits/fcntl.h b/arch/i386/bits/fcntl.h index 61382eef..1b9861d7 100644 --- a/arch/i386/bits/fcntl.h +++ b/arch/i386/bits/fcntl.h @@ -23,7 +23,7 @@ #define F_DUPFD_CLOEXEC 1030 #ifdef _GNU_SOURCE -#define FAPPENT O_APPEND +#define FAPPEND O_APPEND #define FFSYNC O_FSYNC #define FASYNC O_ASYNC #define FNONBLOCK O_NONBLOCK