1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2000-08-12  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
	Define for 2.4.1 on sparc as well.
	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fill in correct values
	for F_GETLK64, F_SETLK64, and F_SETLKW64.
	* sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: New file.
This commit is contained in:
Ulrich Drepper
2000-08-12 22:08:19 +00:00
parent f39b19c7ee
commit 00c02822b8
4 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/fcntl.c>