all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 44930c33cf3748eb606281a0db3487af06bf2ca9 266 bytes (raw)
name: test/etags/c-src/machsyscalls.c 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
/* Aliases for basic Mach system calls:
   mach_task_self -> __mach_task_self, etc.  */

#include <gnu-stabs.h>

#define	SYSCALL(name, number, type, args, typed_args) \
  function_alias (name, __##name, type, args, \
		  name typed_args)

#include "mach_syscalls.h"

debug log:

solving 44930c33cf3748eb606281a0db3487af06bf2ca9 ...
found 44930c33cf3748eb606281a0db3487af06bf2ca9 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.