clang-format
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
#include <kern/unistd.h>
|
||||
#include <kern/wait.h>
|
||||
|
||||
|
||||
/*
|
||||
* Prototypes for OS/161 system calls.
|
||||
*
|
||||
@@ -97,7 +96,6 @@
|
||||
* the text of the various assignments for an authoritative list.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* NOTE NOTE NOTE NOTE NOTE
|
||||
*
|
||||
@@ -107,7 +105,6 @@
|
||||
* functions will usually have slightly different signatures.
|
||||
*/
|
||||
|
||||
|
||||
/* Required. */
|
||||
__DEAD void _exit(int code);
|
||||
int execv(const char *prog, char *const *args);
|
||||
@@ -156,7 +153,7 @@ ssize_t __getcwd(char *buf, size_t buflen);
|
||||
*/
|
||||
|
||||
int execvp(const char *prog, char *const *args); /* calls execv */
|
||||
char *getcwd(char *buf, size_t buflen); /* calls __getcwd */
|
||||
time_t time(time_t *seconds); /* calls __time */
|
||||
char *getcwd(char *buf, size_t buflen); /* calls __getcwd */
|
||||
time_t time(time_t *seconds); /* calls __time */
|
||||
|
||||
#endif /* _UNISTD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user