diff options
Diffstat (limited to 'nscd/nscd_setup_thread.c')
-rw-r--r-- | nscd/nscd_setup_thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/nscd_setup_thread.c b/nscd/nscd_setup_thread.c index c17fbd5638..4b6671e300 100644 --- a/nscd/nscd_setup_thread.c +++ b/nscd/nscd_setup_thread.c @@ -20,8 +20,9 @@ #include <nscd.h> -void +int setup_thread (struct database_dyn *db) { /* Nothing. */ + return 0; } |