Explorar o código

fix FAPPEND typo on x86_64 (previously only fixed on i386)

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
0a84e72c42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/x86_64/bits/fcntl.h

+ 1 - 1
arch/x86_64/bits/fcntl.h

@@ -18,7 +18,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