A patch for comment

H.J. Lu hjl@lucon.org
Mon Oct 26 08:09:00 GMT 1998


Why cannot we remove those XXXXXXXXXXXXXXXXXX?


-- 
H.J. Lu (hjl@gnu.org)
---
Mon Oct 26 08:07:46 1998  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_NB): Fix
	comment.

Index: sysdeps/unix/sysv/linux/mips/bits/fcntl.h
===================================================================
RCS file: /home/work/cvs/gnu/glibc/sysdeps/unix/sysv/linux/mips/bits/fcntl.h,v
retrieving revision 1.1.1.6
diff -u -p -r1.1.1.6 fcntl.h
--- fcntl.h	1998/10/26 15:33:06	1.1.1.6
+++ fcntl.h	1998/10/26 16:06:29
@@ -90,7 +90,7 @@
 /* Operations for bsd flock(), also used by the kernel implementation */
 # define LOCK_SH	1	/* shared lock */
 # define LOCK_EX	2	/* exclusive lock */
-# define LOCK_NB	4	/* or'd with one of the above to prevent		XXXXXXXXXXXXXXXXXX
+# define LOCK_NB	4	/* or'd with one of the above to prevent
 				   blocking */
 # define LOCK_UN	8	/* remove lock */
 #endif



More information about the Libc-hacker mailing list