Cleanup comment.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Nov 1998 11:21:36 +0000 (11:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Nov 1998 11:21:36 +0000 (11:21 +0000)
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index 0a21a59..5ed6d76 100644 (file)
@@ -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