2 * Copyright 2006-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #include_next <unistd.h>
15 #define L_SET SEEK_SET
16 #define L_INCR SEEK_CUR
17 #define L_XTND SEEK_END
24 void endusershell(void);
25 char *getpass(const char *prompt
);
26 char *getusershell(void);
28 void setusershell(void);
38 #endif /* _BSD_UNISTD_H_ */