compat/freebsd32: restore style after r352705 (no functional change)
The escaped newlines haven't been necessary since r339624, but this file has not been reformatted. Restore the style.
This commit is contained in:
parent
e581476e1b
commit
28b3990ee5
@ -910,8 +910,8 @@
|
|||||||
uint32_t length1, uint32_t length2); }
|
uint32_t length1, uint32_t length2); }
|
||||||
#endif
|
#endif
|
||||||
481 AUE_THR_KILL2 NOPROTO { int thr_kill2(pid_t pid, long id, int sig); }
|
481 AUE_THR_KILL2 NOPROTO { int thr_kill2(pid_t pid, long id, int sig); }
|
||||||
482 AUE_SHMOPEN COMPAT12|NOPROTO { int shm_open(const char *path,
|
482 AUE_SHMOPEN COMPAT12|NOPROTO { int shm_open( \
|
||||||
int flags, mode_t mode); }
|
const char *path, int flags, mode_t mode); }
|
||||||
483 AUE_SHMUNLINK NOPROTO { int shm_unlink(const char *path); }
|
483 AUE_SHMUNLINK NOPROTO { int shm_unlink(const char *path); }
|
||||||
484 AUE_NULL NOPROTO { int cpuset(cpusetid_t *setid); }
|
484 AUE_NULL NOPROTO { int cpuset(cpusetid_t *setid); }
|
||||||
#ifdef PAD64_REQUIRED
|
#ifdef PAD64_REQUIRED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user