Explorar el Código

fix typo in legacy FAPPEND definition

Rich Felker hace 14 años
padre
commit
9b96220e5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/i386/bits/fcntl.h

+ 1 - 1
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