Skip to content
Snippets Groups Projects
Commit 6686879f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: src/fdlib.h:1.23
parent cd11fa45
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: fdlib.h,v 1.22 1999/05/13 07:25:42 hubbe Exp $ * $Id: fdlib.h,v 1.23 1999/05/13 17:48:26 grubba Exp $
*/ */
#ifndef FDLIB_H #ifndef FDLIB_H
#define FDLIB_H #define FDLIB_H
...@@ -303,7 +303,7 @@ typedef int FD; ...@@ -303,7 +303,7 @@ typedef int FD;
#define fd_LOCK_UN F_ULOCK #define fd_LOCK_UN F_ULOCK
#define fd_LOCK_NB F_TLOCK #define fd_LOCK_NB F_TLOCK
#define fd_flock(fd,mode) lockf(dmalloc_touch_fd(fd),mode,0) #define fd_lockf(fd,mode) lockf(dmalloc_touch_fd(fd),mode,0)
#endif #endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment