diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
commit | 085320f505022f7fbc53b229ef1dc31826e66c34 (patch) | |
tree | ee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /sysdeps/unix | |
parent | 055778f3963336f41210feb4728a8d32da1d74fe (diff) | |
download | glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.xz glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip |
(abmon): Remove spaces.
1998-11-12 Ulrich Drepper <drepper@cygnus.com> * locales/el_GR (abmon): Remove spaces at end of strings.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h index 0a21a59e0a..5ed6d76ef1 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h @@ -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 |