__lseek => lseek, __{f,}truncate => {f,}truncate
[unix-history] / usr / src / include / a.out.h
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)a.out.h 5.11 (Berkeley) %G%
*/
#ifndef _AOUT_H_
#define _AOUT_H_
#include <sys/types.h>
#include <machine/exec.h>
#include <machine/reloc.h>
#define _AOUT_INCLUDE_
#include <nlist.h>
#endif /* !_AOUT_H_ */