]> arthur.barton.de Git - netatalk.git/blob - libatalk/adouble/ad_lock.h
Mege maste
[netatalk.git] / libatalk / adouble / ad_lock.h
1 #ifndef LIBATALK_ADOUBLE_AD_PRIVATE_H
2 #define LIBATALK_ADOUBLE_AD_PRIVATE_H 1
3
4 #include <atalk/adouble.h>
5
6 /* this is so that we can keep lists of fds referencing the same file
7  * around. that way, we can honor locks created by the same process
8  * with the same file. */
9
10 #define adf_lock_free(a)                                      \
11     do {                                                      \
12         ;                                                     \
13     } while (0)
14
15 #endif /* libatalk/adouble/ad_private.h */