This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for comment


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]