From 9723ffc5240f83b158bee770f85e8e515ad08943 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 6 May 2013 16:11:11 -0700 Subject: [PATCH] Move dummy glob64.c alongside glob.c that defines glob64. --- ChangeLog | 3 +++ sysdeps/{unix/sysv/linux => }/wordsize-64/glob64.c | 0 2 files changed, 3 insertions(+) rename sysdeps/{unix/sysv/linux => }/wordsize-64/glob64.c (100%) diff --git a/ChangeLog b/ChangeLog index 1deca8f012..d1b7ce8ca0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-05-06 Roland McGrath + * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ... + * sysdeps/wordsize-64/glob64.c: ... here. + * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro. (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel): New macros. diff --git a/sysdeps/unix/sysv/linux/wordsize-64/glob64.c b/sysdeps/wordsize-64/glob64.c similarity index 100% rename from sysdeps/unix/sysv/linux/wordsize-64/glob64.c rename to sysdeps/wordsize-64/glob64.c