about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-01-28 11:51:44 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-01-31 13:55:44 -0500
commit983ae816159dcaf2ba56542820a3d2bb4c13967d (patch)
treed9d8feb872dabaa1894acf4898e26e190df4e43d
parent75d7f451934d073ca01d2421ac8bef338a016ff9 (diff)
downloadglibc-cmetcalf/tile-2.15.tar.gz
glibc-cmetcalf/tile-2.15.tar.xz
glibc-cmetcalf/tile-2.15.zip
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. cmetcalf/tile-2.15
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/grantpt.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bd89ae68c..451c57cd66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
 
+	* sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
+
+2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
+
 	* include/sys/epoll.h: New file.
 	* sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
 	libc_hidden_def.
diff --git a/sysdeps/unix/sysv/linux/grantpt.c b/sysdeps/unix/sysv/linux/grantpt.c
index f2fc60f83a..0a3cd472fa 100644
--- a/sysdeps/unix/sysv/linux/grantpt.c
+++ b/sysdeps/unix/sysv/linux/grantpt.c
@@ -7,7 +7,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "not-cancel.h"
+#include <not-cancel.h>
+
 #include "pty-private.h"