X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.h;h=ae3624d76b4cf3d06c99f24a6d5090abd8ed959a;hp=22141be2d79a7451188f0d6986b772368248ff71;hb=9692b4241bc316665bd5b6810ea8af83057a0a89;hpb=97727c2e95cce064e03f495e97119cae447397d7 diff --git a/fd.h b/fd.h index 22141be2..ae3624d7 100644 --- a/fd.h +++ b/fd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,3 +24,4 @@ int mmap_full_file(const char *filename, int open_mode, void **map, size_t *size, int *fd_ptr); int para_munmap(void *start, size_t length); int write_ok(int fd); +void valid_fd_012(void);