Browse Source

Move _lfs_64.h to include and adapt files

Peter S. Mazinger 18 years ago
parent
commit
3115acd52e

+ 1 - 0
Makefile.in

@@ -124,6 +124,7 @@ install_headers:
 	printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
 		$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
+	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_uintmaxtostr.h
 ifneq ($(UCLIBC_HAS_FLOATS),y)
 	# Remove floating point related headers since float support is disabled.

+ 0 - 0
libc/sysdeps/linux/common/_lfs_64.h → include/_lfs_64.h


+ 1 - 1
libc/sysdeps/linux/common/creat64.c

@@ -16,7 +16,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include "_lfs_64.h"
+#include <_lfs_64.h>
 
 #ifdef __UCLIBC_HAS_LFS__
 #include <fcntl.h>

+ 1 - 1
libc/sysdeps/linux/common/getrlimit64.c

@@ -16,7 +16,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include "_lfs_64.h"
+#include <_lfs_64.h>
 
 #include <sys/types.h>
 #include <sys/resource.h>

+ 1 - 1
libc/sysdeps/linux/common/mmap64.c

@@ -5,7 +5,7 @@
  */
 /* Massivly hacked up for uClibc by Erik Andersen */
 
-#include "_lfs_64.h"
+#include <_lfs_64.h>
 
 #ifdef __UCLIBC_HAS_LFS__
 

+ 1 - 1
libc/sysdeps/linux/common/setrlimit64.c

@@ -16,7 +16,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include "_lfs_64.h"
+#include <_lfs_64.h>
 
 #include <sys/types.h>
 #include <sys/resource.h>